Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
feat: setup cache dependency path
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 committed Jun 11, 2024
1 parent f79f7cd commit f309f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
node-version: 20.x
cache: "yarn"
cache-dependency-path: frontend/yarn.lock

- run: cd frontend

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
node-version: 20.x
cache: "yarn"
cache-dependency-path: frontend/yarn.lock

- run: cd frontend

Expand Down

0 comments on commit f309f45

Please sign in to comment.