Skip to content

Commit

Permalink
ci: fix format command
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou authored Jan 2, 2025
1 parent 83eba27 commit b89aa47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
- uses: denoland/setup-deno@v1
with:
deno-version: v2.x
- run: deno task format:check
- run: deno fmt --check

0 comments on commit b89aa47

Please sign in to comment.