diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 661ab0b2..a382b7eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,14 +36,15 @@ jobs: restore-keys: | ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}- - run: npm ci - - run: npm run lint -- -f json -o eslint_report.json - # Continue to the next step even if this fails - continue-on-error: true - - name: Annotate Code Linting Results - uses: ataylorme/eslint-annotate-action@v3 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - report-json: "eslint_report.json" + - run: npm run lint + # - run: npm run lint -- -f json -o eslint_report.json + # # Continue to the next step even if this fails + # continue-on-error: true + # - name: Annotate Code Linting Results + # uses: ataylorme/eslint-annotate-action@v3 + # with: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # report-json: "eslint_report.json" format-check: runs-on: ubuntu-latest