Skip to content

Commit 61ebbb9

Browse files
Rubocop
1 parent 6b13dfd commit 61ebbb9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ jobs:
88
- name: Check out code
99
uses: actions/checkout@v4
1010
- uses: ruby/setup-ruby@v1
11+
with:
12+
bundler-cache: true
1113
- name: rubocop
1214
uses: reviewdog/action-rubocop@v2
1315
with:
14-
rubocop_version: gemfile
15-
rubocop_extensions: rubocop-performance:gemfile rubocop-rails:gemfile rubocop-github:gemfile rubocop-rspec:gemfile
16+
skip_install: true
17+
use_bundler: true

0 commit comments

Comments
 (0)