Skip to content

Commit 66da071

Browse files
committed
👷 Add cache to pdm setup
1 parent 21cf9b0 commit 66da071

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI-CD.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- name: Setup PDM
2020
uses: pdm-project/setup-pdm@v4
21+
with:
22+
cache: true
2123
- name: Install dependencies
2224
run: pdm install -d
2325
- name: Run linting check

0 commit comments

Comments
 (0)