Skip to content

Commit 67febb6

Browse files
committed
Update
[ghstack-poisoned]
1 parent 4e5347d commit 67febb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/cache@v4
2121
with:
2222
path: "**/node_modules"
23-
key: ${{ runner.arch }}-${{ runner.os }}-modules-${{ hashFiles('yarn.lock') }}
23+
key: ${{ runner.arch }}-${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
2424
- run: yarn install --frozen-lockfile
2525
- run: yarn prettier-check
2626

0 commit comments

Comments
 (0)