Skip to content

Commit 61e1c56

Browse files
committed
add install deps step
1 parent d8b1dc0 commit 61e1c56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/format-code.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
with:
1818
bun-version: latest
1919

20+
- name: Install dependencies
21+
run: bun install
22+
2023
- name: Run Prettier
2124
run: bunx prettier --config prettier.config.js --write *.json ./src/* ./tests/*
2225

0 commit comments

Comments
 (0)