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