Skip to content

Commit

Permalink
fix: run pnpm install before formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgriffing committed Nov 26, 2024
1 parent 6cf50c0 commit 433128b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
# This is important to fetch the changes to the previous commit
fetch-depth: 0

steps:
- uses: pnpm/action-setup@v4
with:
version: 9
run_install: true

- name: Prettier Action
uses: creyD/[email protected]
with:
Expand Down

0 comments on commit 433128b

Please sign in to comment.