Skip to content

Commit cd44c2a

Browse files
committed
ci: run typecheck after build/test
1 parent 61ff520 commit cd44c2a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
- name: Install
4040
run: pnpm install --frozen-lockfile
4141

42-
- name: Typecheck
43-
run: pnpm typecheck
44-
4542
- name: Test
4643
run: pnpm test
4744

45+
- name: Typecheck
46+
run: pnpm typecheck
47+
4848
- name: Audit (non-blocking)
4949
continue-on-error: true
5050
run: pnpm audit --audit-level high

0 commit comments

Comments
 (0)