From c3c9c4b2a4a3b6aaed10ebebe4766939b3cbc0f4 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 14 Mar 2024 11:02:03 -0700 Subject: [PATCH] ci: run lint step after bundle test --- .github/workflows/autofix.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 09e2bfd25ae7..ff99ac81c3ac 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -26,9 +26,6 @@ jobs: - name: Build (stub) run: pnpm dev:prepare - - name: Lint (code) - run: pnpm lint:fix - - name: Test (unit) run: pnpm test:unit -u @@ -52,4 +49,7 @@ jobs: if: ${{ !contains(github.head_ref, 'renovate') }} run: pnpm vitest run bundle -u + - name: Lint (code) + run: pnpm lint:fix + - uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84