Skip to content

Commit

Permalink
CI: Set RuboCop version
Browse files Browse the repository at this point in the history
  • Loading branch information
nodeg committed Feb 6, 2024
1 parent 2d3e749 commit 7e48e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
ruby-version: '3.2'
- name: Install RuboCop
run: gem install rubocop
run: gem install -v 1.57.2 rubocop
- name: Run RuboCop
run: |
rubocop 'bin/tetra'
Expand Down

0 comments on commit 7e48e9f

Please sign in to comment.