From 0b7cbf73dfdc8346132c002ba9c83fdafe286ee2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 28 Jun 2024 17:10:14 +0200 Subject: [PATCH] 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 3100c789..371200fd 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -15,6 +15,7 @@ jobs: - uses: actions/setup-node@v4 with: cache: 'pnpm' + - run: pnpm build - run: pnpm install --ignore-scripts - run: pnpm format - uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a -- 2.34.1