ci: add ts type check

This commit is contained in:
invalid w 2023-11-21 16:46:46 +08:00
parent d8ab800b8a
commit 83fb63faa6

View File

@ -32,5 +32,8 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Run type:check
run: pnpm run type:check
- name: Build
run: pnpm build