mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
ci: run lint step after bundle test
This commit is contained in:
parent
9b23f36d2a
commit
c3c9c4b2a4
6
.github/workflows/autofix.yml
vendored
6
.github/workflows/autofix.yml
vendored
@ -26,9 +26,6 @@ jobs:
|
|||||||
- name: Build (stub)
|
- name: Build (stub)
|
||||||
run: pnpm dev:prepare
|
run: pnpm dev:prepare
|
||||||
|
|
||||||
- name: Lint (code)
|
|
||||||
run: pnpm lint:fix
|
|
||||||
|
|
||||||
- name: Test (unit)
|
- name: Test (unit)
|
||||||
run: pnpm test:unit -u
|
run: pnpm test:unit -u
|
||||||
|
|
||||||
@ -52,4 +49,7 @@ jobs:
|
|||||||
if: ${{ !contains(github.head_ref, 'renovate') }}
|
if: ${{ !contains(github.head_ref, 'renovate') }}
|
||||||
run: pnpm vitest run bundle -u
|
run: pnpm vitest run bundle -u
|
||||||
|
|
||||||
|
- name: Lint (code)
|
||||||
|
run: pnpm lint:fix
|
||||||
|
|
||||||
- uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84
|
- uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84
|
||||||
|
Loading…
Reference in New Issue
Block a user