ci: stub project before linting

This commit is contained in:
Daniel Roe 2023-04-06 13:55:12 +01:00
parent 41bfd55230
commit b329ed7813
2 changed files with 6 additions and 3 deletions

View File

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

View File

@ -104,6 +104,9 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Build (stub)
run: pnpm build:stub
- name: Lint
run: pnpm lint