Skip to content

Commit

Permalink
Add printout to display RuboCop version used
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Nov 15, 2023
1 parent f010bdc commit 7ca0e8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ jobs:

- name: Run RuboCop
if: env.CHANGED_FILES != ''
run: bundle exec rubocop --format github --fail-level 'convention' --force-exclusion -- $CHANGED_FILES
run: |
echo "🚨 Running RuboCop version: $(bundle info rubocop | head -1)"
bundle exec rubocop --format github --fail-level 'convention' --force-exclusion -- $CHANGED_FILES

0 comments on commit 7ca0e8f

Please sign in to comment.