summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f317ec9..bf269a4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -70,5 +70,5 @@ jobs:
- name: Run test helper test
run: bundle exec rake test_test
- name: Rubocop
- if: matrix.ruby-version != '3.0.1'
- run: bundle exec rubocop
+ if: matrix.ruby-version == '3.0.1'
+ run: bundle exec rubocop --fail-level C -f s