Skip to content

Commit f202688

Browse files
committed
Run bin/rubocop in CI 🤖
1 parent 574a9bb commit f202688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
gem install bundler -v 2.0.2
2525
bundle install --jobs 4 --retry 3
2626
bin/rake
27-
bundle exec rubocop
27+
bin/rubocop
2828
bundle exec fasterer
2929
- name: Upload coverage to Codecov
3030
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)