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

Commit bf9b0ac

Browse files
committed
paths
1 parent d933549 commit bf9b0ac

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/hlint-run.yml

Lines changed: 1 addition & 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-run/yarn.lock
2223
- run: yarn
2324
- run: yarn compile
2425
- run: yarn package

.github/workflows/workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
node-version: "16"
2828
cache: "npm"
29+
cache-dependency-path: setup/yarn.lock
2930
- run: npm ci --prefer-offline --no-audit --progress=false
3031
- run: npm run bundle
3132
- name: Check dist/index.js was generated

0 commit comments

Comments
 (0)