diff --git a/.github/workflows/code-syntax.yaml b/.github/workflows/code-syntax.yaml index b3b2863298..a127768179 100644 --- a/.github/workflows/code-syntax.yaml +++ b/.github/workflows/code-syntax.yaml @@ -16,9 +16,7 @@ jobs: node-version-file: '.nvmrc' - name: Install dependencies run: npm ci - - name: Build GraphQL client - run: npm run graphql:build - - name: Run tests + - name: Run linter run: npm run lint:check pretty: runs-on: ubuntu-latest @@ -31,7 +29,5 @@ jobs: node-version-file: '.nvmrc' - name: Install dependencies run: npm ci - - name: Build GraphQL client - run: npm run graphql:build - - name: Run tests + - name: Run prettier run: npm run pretty:check