Skip to content

Commit

Permalink
ci: run lint step after bundle test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 14, 2024
1 parent 9b23f36 commit c3c9c4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/autofix.yml
Expand Up @@ -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

Expand All @@ -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

0 comments on commit c3c9c4b

Please sign in to comment.