feat: add format
This commit is contained in:
parent
4f116fdcc4
commit
21cba5946b
3
.github/workflows/server-lint.yml
vendored
3
.github/workflows/server-lint.yml
vendored
@ -37,3 +37,6 @@ jobs:
|
||||
|
||||
- name: Lint
|
||||
run: cd server && npm run lint
|
||||
|
||||
- name: Format
|
||||
run: cd server && npm run format
|
||||
|
3
.github/workflows/web-lint.yml
vendored
3
.github/workflows/web-lint.yml
vendored
@ -37,3 +37,6 @@ jobs:
|
||||
|
||||
- name: Lint
|
||||
run: cd web && npm run lint
|
||||
|
||||
- name: Format
|
||||
run: cd web && npm run format
|
||||
|
Loading…
Reference in New Issue
Block a user