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