feat: add format

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

View File

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

View File

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