From b9536a1342c1bd8514184a034c594a2978b125ac Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Wed, 20 Dec 2023 15:03:30 -0800 Subject: [PATCH] run rubocop --- .github/actions/test-ruby/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test-ruby/action.yml b/.github/actions/test-ruby/action.yml index 26497484..a770d4f5 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 -c .rubocop.yml + bundle exec rubocop shell: bash - name: Split the input variable RUBY_RAKE_COMMANDS into an array and execute