We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d920c2c commit 1bb6cd8Copy full SHA for 1bb6cd8
.github/workflows/lint-404s.yml
@@ -37,6 +37,8 @@ jobs:
37
${{ github.workspace }}/.next/cache
38
${{ github.workspace }}/.eslintcache
39
key: node-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
40
+ restore-keys: |
41
+ node-${{ runner.os }}-
42
43
- run: yarn install --frozen-lockfile
44
if: steps.cache.outputs.cache-hit != 'true'
0 commit comments