diff --git a/.github/workflows/server-lint.yml b/.github/workflows/server-lint.yml index 17cabfe3..8e1634a2 100644 --- a/.github/workflows/server-lint.yml +++ b/.github/workflows/server-lint.yml @@ -37,3 +37,6 @@ jobs: - name: Lint run: cd server && npm run lint + + - name: Format + run: cd server && npm run format diff --git a/.github/workflows/web-lint.yml b/.github/workflows/web-lint.yml index f74d938e..0425a06f 100644 --- a/.github/workflows/web-lint.yml +++ b/.github/workflows/web-lint.yml @@ -37,3 +37,6 @@ jobs: - name: Lint run: cd web && npm run lint + + - name: Format + run: cd web && npm run format