Add web typecheck gate and remove order update any-casts
This commit is contained in:
3
.github/workflows/web-quality.yml
vendored
3
.github/workflows/web-quality.yml
vendored
@@ -39,6 +39,9 @@ jobs:
|
||||
- name: Lint
|
||||
run: pnpm lint
|
||||
|
||||
- name: Typecheck
|
||||
run: pnpm typecheck
|
||||
|
||||
- name: Test
|
||||
run: pnpm test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user