diff --git a/.github/workflows/server-lint.yml b/.github/workflows/server-lint.yml index 8e1634a2..17cabfe3 100644 --- a/.github/workflows/server-lint.yml +++ b/.github/workflows/server-lint.yml @@ -37,6 +37,3 @@ 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 ab1b576e..4af9aa2e 100644 --- a/.github/workflows/web-lint.yml +++ b/.github/workflows/web-lint.yml @@ -40,6 +40,3 @@ jobs: - name: Lint run: cd web && npm run lint - - - name: Format - run: cd web && npm run format