Add web typecheck gate and remove order update any-casts

This commit is contained in:
zouantchaw
2026-02-13 10:42:47 -05:00
parent 38c2699fa2
commit 1269f7228e
4 changed files with 196 additions and 46 deletions

View File

@@ -39,6 +39,9 @@ jobs:
- name: Lint
run: pnpm lint
- name: Typecheck
run: pnpm typecheck
- name: Test
run: pnpm test