diff --git a/.github/workflows/deploy-webui.yml b/.github/workflows/deploy-webui.yml index c6d373d65..c1d184d9b 100644 --- a/.github/workflows/deploy-webui.yml +++ b/.github/workflows/deploy-webui.yml @@ -46,6 +46,9 @@ jobs: - name: Lint run: npm run lint working-directory: ./web/explorer + - name: Format + run: npm run format:check + working-directory: ./web/explorer - name: Run unit tests run: npm run test working-directory: ./web/explorer diff --git a/.github/workflows/web-tests.yml b/.github/workflows/web-tests.yml index 2fcd8f30c..2977656df 100644 --- a/.github/workflows/web-tests.yml +++ b/.github/workflows/web-tests.yml @@ -34,7 +34,7 @@ jobs: working-directory: ./web/explorer - name: Format - run: npm run format + run: npm run format:check working-directory: ./web/explorer - name: Run unit tests