Skip to content

Commit 042894b

Browse files
authored
Merge pull request #79 from takker99:ci-cache
ci: Use cache on setup-deno
2 parents f4d6cb6 + b446f88 commit 042894b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ jobs:
1414
- uses: denoland/setup-deno@v2
1515
with:
1616
deno-version: ${{ env.DENO_VERSION }}
17+
cache: true
1718
- name: Check all
1819
run: deno task check

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- uses: denoland/setup-deno@v2
2424
with:
2525
deno-version: ${{ env.DENO_VERSION }}
26+
cache: true
2627
- name: Publish to JSR
2728
run: deno run --allow-env --allow-run=deno --allow-read --allow-write=deno.jsonc jsr:@david/[email protected]
2829

0 commit comments

Comments
 (0)