feat: 增加类型检测

This commit is contained in:
sudoooooo 2024-05-23 17:13:38 +08:00
parent 24881d7cdc
commit 49f0bfbd71

View File

@ -35,6 +35,9 @@ jobs:
- name: Install dependencies
run: cd web && npm install
- name: Type-Check
run: cd web && npm run type-check
- name: Lint
run: cd web && npm run lint