Skip to content

Commit

Permalink
cache fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anaharris committed Aug 9, 2023
1 parent c60266d commit 88917f9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-bundle-{{ hashFiles("**/Gemfile.lock") }}
restore-keys: |
codecademy-style-gem-${{ github.ref_name }}-${{ hashFiles('Gemfile.lock') }}
codecademy-style-gem-${{ github.ref_name }}
codecademy-style-gem-main
codecademy-style-gem-
${{ runner.os }}-${{ hashFiles('**/Gemfile.lock') }}
${{ runner.os }}-${{ github.ref_name }}
${{ runner.os }}-main
${{ runner.os }}-
- name: Run Rubocop
run: bundle exec rubocop --config ./.rubocop.yml

0 comments on commit 88917f9

Please sign in to comment.