Skip to content

Commit

Permalink
Merge pull request #223 from r7kamura/ci-rubocop-bundle
Browse files Browse the repository at this point in the history
Reduce unnecessary default group gems from rubocop job
  • Loading branch information
r7kamura authored Sep 7, 2024
2 parents 4285915 + 7f42e2a commit 861d083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
rubocop:
runs-on: ubuntu-latest
env:
BUNDLE_ONLY: default:rubocop
BUNDLE_ONLY: rubocop
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand Down

0 comments on commit 861d083

Please sign in to comment.