From: Jérôme Benoit Date: Fri, 28 Jun 2024 15:14:20 +0000 (+0200) Subject: build(ci): refine autofix GH action X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=inline;h=8ab143bb67ef7fb367d771c652cc44df70c9b625;p=poolifier.git build(ci): refine autofix GH action Signed-off-by: Jérôme Benoit --- 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