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.
2 parents b6d4625 + 05cc1f6 commit b194fa4Copy full SHA for b194fa4
.github/workflows/lint.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/cache@v4
21
with:
22
path: "**/node_modules"
23
- key: ${{ runner.arch }}-${{ runner.os }}-modules-${{ hashFiles('yarn.lock') }}
+ key: ${{ runner.arch }}-${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
24
- run: yarn install --frozen-lockfile
25
- run: yarn prettier-check
26
0 commit comments