diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5d72551..ea15a0e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,6 +17,6 @@ jobs: - uses: ruby/setup-ruby@v1 with: ruby-version: '3.1' - bundler-cache: false + bundler-cache: true - uses: r7kamura/rubocop-problem-matchers-action@v1 # this shows the failures in the PR - run: bundle exec rake style