From 8ab143bb67ef7fb367d771c652cc44df70c9b625 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 28 Jun 2024 17:14:20 +0200 Subject: [PATCH] build(ci): refine 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 8ab77736..e5571d32 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -17,5 +17,6 @@ jobs: cache: 'pnpm' - run: pnpm install --ignore-scripts - run: pnpm build - - run: pnpm format + # - run: pnpm format + - run: pnpm lint:fix - uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a -- 2.34.1