From e3a9678311f735b7c951c5d72f26ef86c7beca9c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 28 Jun 2024 17:11:41 +0200 Subject: [PATCH 1/1] build(ci): fix autofix GH action MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/autofix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 371200fd..8ab77736 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-node@v4 with: cache: 'pnpm' - - run: pnpm build - run: pnpm install --ignore-scripts + - run: pnpm build - run: pnpm format - uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a -- 2.34.1