Skip to content

Commit

Permalink
Use rubocop/rubocop instead of rubocop-hq/rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Mar 15, 2024
1 parent 907e8ac commit 83f6859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v4
- name: Use latest RuboCop from `master`
run: |
echo "gem 'rubocop', github: 'rubocop-hq/rubocop'" > Gemfile.local
echo "gem 'rubocop', github: 'rubocop/rubocop'" > Gemfile.local
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
Expand Down

0 comments on commit 83f6859

Please sign in to comment.