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 4e5347d commit 67febb6Copy full SHA for 67febb6
.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