Skip to content

Commit 2f798eb

Browse files
committed
ci: remove --allow-scripts flag
1 parent a40f97d commit 2f798eb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/deno.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
run: |
4141
deno approve-scripts lefthook
4242
deno install
43-
--allow-scripts \
4443
--no-lock \
4544
--node-modules-dir=auto
4645

.github/workflows/jsr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
- run: |
3333
deno approve-scripts lefthook
3434
deno install
35-
--allow-scripts \
3635
--no-lock \
3736
--node-modules-dir=auto
3837
deno publish --dry-run

0 commit comments

Comments
 (0)