From a539273c1aaf848e01f6ded1bd72cb7dbfd733fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rge=20N=C3=A6ss?= Date: Wed, 14 Feb 2024 18:41:34 +0100 Subject: [PATCH] chore(ci): fix prettier --write --- .github/workflows/prettier-if-needed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier-if-needed.yml b/.github/workflows/prettier-if-needed.yml index da197ad9846..0674da159c5 100644 --- a/.github/workflows/prettier-if-needed.yml +++ b/.github/workflows/prettier-if-needed.yml @@ -48,7 +48,7 @@ jobs: with: path: node_modules/.cache/prettier/.prettier-cache key: prettier-${{ hashFiles('pnpm-lock.yaml') }} - - run: pnpm prettier -- --write + - run: npx prettier --write - name: GitHub blocks PRs from automation that alter workflows in any way run: git restore .github/workflows pnpm-lock.yaml - uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2