From 07c62b907271ff40525f3bab92d6bd233a7b191f Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Wed, 20 Dec 2023 14:03:20 -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 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