feat: action不处理format

This commit is contained in:
sudoooooo 2024-08-12 14:09:29 +08:00
parent 3ba41f78ad
commit da08621dc6
2 changed files with 0 additions and 6 deletions

View File

@ -37,6 +37,3 @@ jobs:
- name: Lint
run: cd server && npm run lint
- name: Format
run: cd server && npm run format

View File

@ -40,6 +40,3 @@ jobs:
- name: Lint
run: cd web && npm run lint
- name: Format
run: cd web && npm run format