ci: run lint step after bundle test

This commit is contained in:
Daniel Roe 2024-03-14 11:02:03 -07:00
parent 9b23f36d2a
commit c3c9c4b2a4
No known key found for this signature in database
GPG Key ID: CBC814C393D93268
1 changed files with 3 additions and 3 deletions

View File

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