From d0cc0617713dadaf2f4972b0d5f5f9a03cb3105e Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Mon, 23 Sep 2024 15:12:28 +0200 Subject: [PATCH] CI: Rely on --format progress in RuboCop being default --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3c6079..3c0f47e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,8 +24,7 @@ jobs: with: ruby-version: 2.6 bundler-cache: true # 'bundle install' and cache gems - - name: Rubocop - run: bundle exec rubocop --format progress + - run: bundle exec rubocop build: needs: [linting] runs-on: ubuntu-latest