Skip to content

Commit

Permalink
call deno fmt automatically in deno-update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 committed Aug 3, 2024
1 parent b21c3e9 commit 27fc1a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deno-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
echo EOF
} >> $GITHUB_OUTPUT
- name: Verify formatting
run: deno fmt --check
- name: Format
run: deno fmt

- name: Check
run: deno task check
Expand Down

0 comments on commit 27fc1a7

Please sign in to comment.