diff --git a/.github/actions/test-ruby/action.yml b/.github/actions/test-ruby/action.yml index a770d4f5..26497484 100644 --- a/.github/actions/test-ruby/action.yml +++ b/.github/actions/test-ruby/action.yml @@ -109,7 +109,7 @@ runs: - name: Generate RuboCop report if: inputs.RUBOCOP == 'true' run: | - bundle exec rubocop + bundle exec rubocop -c .rubocop.yml shell: bash - name: Split the input variable RUBY_RAKE_COMMANDS into an array and execute