Skip to content

Commit 433128b

Browse files
committed
fix: run pnpm install before formatting
1 parent 6cf50c0 commit 433128b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/format.yml

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
# This is important to fetch the changes to the previous commit
2222
fetch-depth: 0
2323

24+
steps:
25+
- uses: pnpm/action-setup@v4
26+
with:
27+
version: 9
28+
run_install: true
29+
2430
- name: Prettier Action
2531
uses: creyD/[email protected]
2632
with:

0 commit comments

Comments
 (0)