Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Use Bundler's new BUNDLE_ONLY in Rubocop workflow (#3)
Browse files Browse the repository at this point in the history
Use Bundler's new BUNDLE_ONLY env

rails/rails@cd223db

rubygems/rubygems#5759
  • Loading branch information
javierjulio committed Mar 15, 2023
1 parent 6d2123a commit 8baaae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Run rubocop
runs-on: ubuntu-latest
env:
BUNDLE_WITHOUT: ${{ vars.REVIEWDOG_RUBOCOP_BUNDLE_WITHOUT || 'default development test release docs' }}
BUNDLE_ONLY: ${{ vars.REVIEWDOG_RUBOCOP_BUNDLE_ONLY || 'rubocop' }}
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 8baaae9

Please sign in to comment.