Skip to content

Commit b4dfaa9

Browse files
authored
Update udd.yml
1 parent 85110e9 commit b4dfaa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/udd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
with:
1515
deno-version: v1.29.1
1616
- name: Update dependencies
17-
run: |
18-
deno run -A https://deno.land/x/udd/main.ts deps.ts *.ts '*/*.ts' '*.json'
17+
run: deno fmt
18+
run: deno run -A https://deno.land/x/udd/main.ts deps.ts *.ts '*/*.ts' '*.json'
1919
- name: Create Pull Request
2020
uses: peter-evans/create-pull-request@v3
2121
id: pr

0 commit comments

Comments
 (0)