Skip to content

Commit

Permalink
Remove bundler-cache from GitHub actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
buty4649 committed Jul 16, 2024
1 parent 2c55463 commit 0f2e93c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop

Expand Down

0 comments on commit 0f2e93c

Please sign in to comment.