Skip to content

Commit

Permalink
ci: switch back to old lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
Gum-Joe committed Aug 15, 2024
1 parent 6fd5b6b commit 25ed508
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25ed508

Please sign in to comment.