ci: stub project before linting

This commit is contained in:
Daniel Roe 2023-04-06 13:14:17 +01:00
parent f1baa0355b
commit 13b8536225
1 changed files with 3 additions and 0 deletions

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