We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4d6cb6 + b446f88 commit 042894bCopy full SHA for 042894b
.github/workflows/ci.yml
@@ -14,5 +14,6 @@ jobs:
14
- uses: denoland/setup-deno@v2
15
with:
16
deno-version: ${{ env.DENO_VERSION }}
17
+ cache: true
18
- name: Check all
19
run: deno task check
.github/workflows/publish.yml
@@ -23,6 +23,7 @@ jobs:
23
24
25
26
27
- name: Publish to JSR
28
run: deno run --allow-env --allow-run=deno --allow-read --allow-write=deno.jsonc jsr:@david/[email protected]
29
0 commit comments