From db3e59517abebc9951094431b29b0243deb120a9 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 6 Oct 2023 00:14:57 +0200 Subject: [PATCH] CI: Name the RuboCop step --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b87de928..8e1d66d1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,6 +49,7 @@ jobs: with: ruby-version: 2.7 - run: bundle install && bundle exec rubocop + name: "Run RuboCop" env: RUBOCOP: yes - run: bundle install && bundle exec rake test:rails