Skip to content

Commit

Permalink
run rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Dec 20, 2023
1 parent 07c62b9 commit b9536a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test-ruby/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ runs:
- name: Generate RuboCop report
if: inputs.RUBOCOP == 'true'
run: |
bundle exec rubocop -c .rubocop.yml
bundle exec rubocop
shell: bash

- name: Split the input variable RUBY_RAKE_COMMANDS into an array and execute
Expand Down

0 comments on commit b9536a1

Please sign in to comment.