feat: 增加lint

This commit is contained in:
sudoooooo 2024-05-17 11:07:45 +08:00
parent 47c8a797a5
commit c4e8b8e466
2 changed files with 2 additions and 2 deletions

View File

@ -31,4 +31,4 @@ jobs:
run: cd server && npm install
- name: Lint
run: npm run lint
run: cd server && npm run lint

View File

@ -31,4 +31,4 @@ jobs:
run: cd web && npm install
- name: Lint
run: npm run lint
run: cd web && npm run lint