Skip to content

Commit 5d01190

Browse files
authored
Merge pull request #173 from olleolleolle/patch-1
CI: Drop a duplicate 'bundle install'
2 parents 870a30e + d7c9d30 commit 5d01190

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
- uses: ruby/setup-ruby@v1
1616
with:
1717
ruby-version: 3.0
18-
bundler-cache: true
19-
- run: bundle install
18+
bundler-cache: true # 'bundle install' and cache
2019
- name: Rubocop
2120
run: bundle exec rake rubocop

0 commit comments

Comments
 (0)