Skip to content

Commit a40f97d

Browse files
committed
ci: add deno approve-scripts
1 parent 737bcea commit a40f97d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/deno.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838

3939
- name: Install dependencies
4040
run: |
41+
deno approve-scripts lefthook
4142
deno install
4243
--allow-scripts \
4344
--no-lock \

.github/workflows/jsr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
key: ${{ runner.os }}-deno-${{ hashFiles('**/pnpm-lock.yaml') }}
3131

3232
- run: |
33+
deno approve-scripts lefthook
3334
deno install
3435
--allow-scripts \
3536
--no-lock \

0 commit comments

Comments
 (0)