Skip to content

Commit 81b394e

Browse files
authored
Merge pull request #16 from takker99/fix-udd
🐛 deno-uddがdeps/をチェックできていなかった
2 parents 9ffe615 + dfb84ec commit 81b394e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/udd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Update dependencies
1717
run: >
1818
deno run --allow-net --allow-read=deps/ --allow-write=deps/
19-
--allow-run=deno https://deno.land/x/[email protected]/main.ts *.ts
19+
--allow-run=deno https://deno.land/x/[email protected]/main.ts deps/*.ts
2020
--test="deno test"
2121
- name: Create Pull Request
2222
uses: peter-evans/create-pull-request@v3

0 commit comments

Comments
 (0)