feat: add format

This commit is contained in:
sudoooooo 2024-05-21 19:38:18 +08:00
parent 3f7fb8b68c
commit f782ddf176
2 changed files with 6 additions and 0 deletions

View File

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

View File

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