Skip to content

Commit

Permalink
Use bundler-cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed May 14, 2024
1 parent 7d00d43 commit f523ced
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.image }}
bundler-cache: true
- name: Run tests
run: |
gem install -g
rake
bundle install
bundle exec rake
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ AllCops:
TargetRubyVersion: 2.7
Exclude:
- 'numbers_and_words.gemspec'
- vendor/bundle/**/*

Layout/EmptyLinesAroundAttributeAccessor:
Enabled: true
Expand Down

0 comments on commit f523ced

Please sign in to comment.