feat: 增加类型检测
This commit is contained in:
parent
24881d7cdc
commit
49f0bfbd71
3
.github/workflows/web-lint.yml
vendored
3
.github/workflows/web-lint.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user