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 736ad26 + dc69ad3 commit cc188edCopy full SHA for cc188ed
.github/workflows/ci.yml
@@ -13,5 +13,6 @@ jobs:
13
- uses: denoland/setup-deno@v2
14
with:
15
deno-version: ${{ env.DENO_VERSION }}
16
+ cache: true
17
- name: Check fmt & lint & type check & test
18
run: deno task check
.github/workflows/publish.yml
@@ -21,5 +21,6 @@ jobs:
21
22
23
24
25
- name: Publish on tag
26
run: deno run --allow-env --allow-run=deno --allow-read --allow-write=deno.jsonc jsr:@david/[email protected]
.github/workflows/udd.yml
@@ -20,5 +20,6 @@ jobs:
20
- name: Update
run: deno task update
0 commit comments