summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Wininger <florian@cyberwatch.fr>2021-07-05 09:47:36 +0200
committerFlorian Wininger <florian@cyberwatch.fr>2021-07-05 09:47:36 +0200
commitad2c8fa65a83f0d799df706fa30ed4a987e3de0b (patch)
treed8a7e9930243f1a54054cae9cc7a065e78c2b85c
parentf6014408eafcaa9307f190b68b8adbd6a3008539 (diff)
downloadnet-ssh-ad2c8fa65a83f0d799df706fa30ed4a987e3de0b.tar.gz
Configure rubocop CI to fail and run only once
-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