From f3d84f81d515099119f0893e7f62f92d9eb03504 Mon Sep 17 00:00:00 2001 From: Alexander Azarov Date: Sat, 2 Mar 2024 09:45:28 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20run=20rubocop=20with=20`-A`=20(#?= =?UTF-8?q?122)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/autocorrect.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autocorrect.yml b/.github/workflows/autocorrect.yml index f3ad0de..49f3e7b 100644 --- a/.github/workflows/autocorrect.yml +++ b/.github/workflows/autocorrect.yml @@ -32,7 +32,7 @@ jobs: - name: Run tests run: bundle exec rake test - name: Run linter - run: bundle exec rubocop --auto-correct + run: bundle exec rubocop -A - name: Create Pull Request uses: peter-evans/create-pull-request@v5 with: