mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-29 09:02:03 +00:00
ci: stub project before linting
This commit is contained in:
parent
f1baa0355b
commit
13b8536225
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -104,6 +104,9 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
|
- name: Build (stub)
|
||||||
|
run: pnpm build:stub
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: pnpm lint
|
run: pnpm lint
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user