Skip to content

Commit

Permalink
Merge pull request #173 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
CI: Drop a duplicate 'bundle install'
  • Loading branch information
gjtorikian authored Feb 24, 2022
2 parents 870a30e + d7c9d30 commit 5d01190
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
bundler-cache: true
- run: bundle install
bundler-cache: true # 'bundle install' and cache
- name: Rubocop
run: bundle exec rake rubocop

0 comments on commit 5d01190

Please sign in to comment.