Skip to content

Commit

Permalink
ci: pass args to eslint correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Gum-Joe committed Aug 15, 2024
1 parent 4e3b509 commit a7eb78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
restore-keys: |
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}-
- run: npm ci
- run: npm run lint -f json -o eslint_report.json
- 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
Expand Down

0 comments on commit a7eb78f

Please sign in to comment.