Add typecheck
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user