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 5c26bb5 commit 2a9db77Copy full SHA for 2a9db77
.github/workflows/udd.yml
@@ -15,7 +15,7 @@ jobs:
15
deno-version: 1.18.2
16
- name: Update dependencies
17
run: >
18
- deno run --allow-net --allow-read=deps/ --allow-write=deps/
+ 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"
21
- name: Create Pull Request
0 commit comments