feat: 增加类型检测

This commit is contained in:
sudoooooo 2024-05-23 17:13:38 +08:00
parent ae58f9e06d
commit ced773d77b

View File

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