From 433128ba5f7c3989977b0283f05384d7956ec08a Mon Sep 17 00:00:00 2001 From: Chris Griffing Date: Mon, 25 Nov 2024 19:31:59 -0800 Subject: [PATCH] fix: run pnpm install before formatting --- .github/workflows/format.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index eed0982..8ab8c04 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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/prettier_action@v4.3 with: