Skip to content

Commit

Permalink
Only lint with rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-pod committed Nov 4, 2024
1 parent 3992cc8 commit 74b986b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
gem install bundler
bundle install --jobs 4 --retry 3
- name: Run linter
run: bundle exec rubocop
run: bundle exec rubocop --lint
- name: Run tests
run: bundle exec rake test
- run: 'echo "$GOOGLE_APPLICATION_CREDENTIALS" > account_secret.json'
Expand Down

0 comments on commit 74b986b

Please sign in to comment.