mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
ci: lint before stubbing
This commit is contained in:
parent
13b8536225
commit
857e9cb3da
6
.github/workflows/autofix.yml
vendored
6
.github/workflows/autofix.yml
vendored
@ -27,12 +27,12 @@ jobs:
|
||||
if: ${{ contains(github.ref_name, 'renovate') }}
|
||||
run: pnpm dedupe
|
||||
|
||||
- name: Build (stub)
|
||||
run: pnpm build:stub
|
||||
|
||||
- name: Lint (code)
|
||||
run: pnpm lint:fix
|
||||
|
||||
- name: Build (stub)
|
||||
run: pnpm build:stub
|
||||
|
||||
- name: Test (unit)
|
||||
run: pnpm test:unit -u
|
||||
|
||||
|
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -104,9 +104,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Build (stub)
|
||||
run: pnpm build:stub
|
||||
|
||||
- name: Lint
|
||||
run: pnpm lint
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user