Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit d933549

Browse files
committed
hlint-setup
1 parent cdd84c6 commit d933549

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/hlint-setup.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
with:
2020
node-version: "16"
2121
cache: "yarn"
22+
cache-dependency-path: hlint-setup/yarn.lock
2223
- run: yarn
2324
- run: yarn test
2425

@@ -30,6 +31,7 @@ jobs:
3031
with:
3132
node-version: "16"
3233
cache: "yarn"
34+
cache-dependency-path: hlint-setup/yarn.lock
3335
- run: yarn
3436
working-directory: "hlint-setup"
3537
- run: yarn compile

0 commit comments

Comments
 (0)