Add typecheck

This commit is contained in:
2025-08-21 00:17:01 +02:00
parent 79c900955d
commit 5d1a029a54
12 changed files with 44 additions and 24 deletions
+2
View File
@@ -19,6 +19,8 @@ jobs:
run: bun run check
- name: ESLint
run: bun run lint
- name: Typecheck
run: bun run typecheck
- name: Run tests
run: bun run test
deploy: