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.
1 parent 737bcea commit a40f97dCopy full SHA for a40f97d
.github/workflows/deno.yml
@@ -38,6 +38,7 @@ jobs:
38
39
- name: Install dependencies
40
run: |
41
+ deno approve-scripts lefthook
42
deno install
43
--allow-scripts \
44
--no-lock \
.github/workflows/jsr.yml
@@ -30,6 +30,7 @@ jobs:
30
key: ${{ runner.os }}-deno-${{ hashFiles('**/pnpm-lock.yaml') }}
31
32
- run: |
33
34
35
36
0 commit comments