Skip to content

Commit

Permalink
add install deps step
Browse files Browse the repository at this point in the history
  • Loading branch information
patinthehat committed Nov 17, 2024
1 parent d8b1dc0 commit 61e1c56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/format-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
bun-version: latest

- name: Install dependencies
run: bun install

- name: Run Prettier
run: bunx prettier --config prettier.config.js --write *.json ./src/* ./tests/*

Expand Down

0 comments on commit 61e1c56

Please sign in to comment.