ci: lint before stubbing

This commit is contained in:
Daniel Roe 2023-04-06 13:15:28 +01:00
parent 13b8536225
commit 857e9cb3da
2 changed files with 3 additions and 6 deletions

View File

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

View File

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