chore(ci): bring back typecheck

This commit is contained in:
Elian Doran
2025-09-06 21:43:48 +03:00
parent 5d8f789791
commit f25de1ffbe
5 changed files with 24 additions and 8 deletions

View File

@@ -34,6 +34,9 @@ jobs:
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- name: Typecheck
run: pnpm typecheck
- name: Run the unit tests
run: pnpm run test:all