We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d0f0c commit df0f947Copy full SHA for df0f947
.github/workflows/test.yml
@@ -21,4 +21,5 @@ jobs:
21
with:
22
ruby-version: ${{ matrix.ruby_version }}
23
bundler-cache: true
24
+ - run: "bundle exec rubocop lib/ spec/"
25
- run: "bundle exec rspec spec/ -b"
0 commit comments