feat: 增加lint
This commit is contained in:
parent
47c8a797a5
commit
c4e8b8e466
2
.github/workflows/server-lint.yml
vendored
2
.github/workflows/server-lint.yml
vendored
@ -31,4 +31,4 @@ jobs:
|
|||||||
run: cd server && npm install
|
run: cd server && npm install
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: npm run lint
|
run: cd server && npm run lint
|
||||||
|
2
.github/workflows/web-lint.yml
vendored
2
.github/workflows/web-lint.yml
vendored
@ -31,4 +31,4 @@ jobs:
|
|||||||
run: cd web && npm install
|
run: cd web && npm install
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: npm run lint
|
run: cd web && npm run lint
|
||||||
|
Loading…
Reference in New Issue
Block a user