From c03331039ff7a080a3456d5a88fb7b18d505df7f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 15 Jul 2024 17:49:02 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 8492b788..9be3ace3 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -30,11 +30,12 @@ jobs: - run: pnpm install --ignore-scripts - - run: pnpm format + # - run: pnpm format + - run: pnpm lint:fix - working-directory: ui/web run: | pnpm format - pnpm lint:fix + # pnpm lint:fix - uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a -- 2.34.1