Skip to content

Commit

Permalink
Merge pull request #107 from rubocop/use-rubocop-rubocop
Browse files Browse the repository at this point in the history
Use rubocop/rubocop instead of rubocop-hq/rubocop
  • Loading branch information
ydah authored Mar 15, 2024
2 parents 76b64f5 + 98ba13c commit a844b89
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 a844b89

Please sign in to comment.