Skip to content

Commit 40a1f3a

Browse files
authored
Merge pull request rails#46814 from yahonda/bundle_only_rubocop
Use `BUNDLE_ONLY: rubocop` suported since Bundler 2.3.19
2 parents 15576dd + cd223db commit 40a1f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
env:
12-
BUNDLE_WITHOUT: default doc job cable storage ujs test db
12+
BUNDLE_ONLY: rubocop
1313

1414
steps:
1515
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)