Skip to content

Commit df0f947

Browse files
committed
Add linter to CI
1 parent 86d0f0c commit df0f947

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ jobs:
2121
with:
2222
ruby-version: ${{ matrix.ruby_version }}
2323
bundler-cache: true
24+
- run: "bundle exec rubocop lib/ spec/"
2425
- run: "bundle exec rspec spec/ -b"

0 commit comments

Comments
 (0)