mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
ci: stub project before linting
This commit is contained in:
parent
41bfd55230
commit
b329ed7813
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: Lint (code)
|
||||
run: pnpm lint:fix
|
||||
|
||||
- name: Build (stub)
|
||||
run: pnpm build:stub
|
||||
|
||||
- name: Lint (code)
|
||||
run: pnpm lint:fix
|
||||
|
||||
- name: Test (unit)
|
||||
run: pnpm test:unit -u
|
||||
|
||||
|
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -104,6 +104,9 @@ 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