Skip to content

Commit

Permalink
ci: change working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
shaokeyibb committed Jul 17, 2024
1 parent 27a90de commit 7157ba5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
name: Run install
with:
cmd: install
dir: cloudflare-workers
- uses: borales/actions-yarn@v5
name: Check Format
with:
cmd: prettier --check .
cmd: prettier --check .
dir: cloudflare-workers

0 comments on commit 7157ba5

Please sign in to comment.