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.
--allow-write
1 parent 96dbcc9 commit f550d74Copy full SHA for f550d74
.github/workflows/udd.yml
@@ -17,7 +17,7 @@ jobs:
17
run: >
18
deno run --allow-net --allow-read --allow-write=deps/
19
--allow-run=deno https://deno.land/x/udd@0.7.2/main.ts deps/*.ts
20
- --test="deno test --allow-read --allow-write"
+ --test="deno test --allow-read"
21
- name: Create Pull Request
22
uses: peter-evans/create-pull-request@v3
23
with:
0 commit comments