Skip to content

Commit

Permalink
ci: Remove usage of ataylorme/eslint-annotate-action.
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao committed Jan 3, 2025
1 parent e2f06e9 commit 922f663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,4 @@ jobs:
with:
node-version: 22
- run: "npm --prefix client/ clean-install"
- run: "npm --prefix client/ run lint:ci"
continue-on-error: true
- uses: "ataylorme/eslint-annotate-action@v3"
with:
fail-on-error: true
fail-on-warning: true
only-pr-files: true
report-json: "./client/eslint-report.json"
- run: "npm --prefix client/ run lint:check"
3 changes: 1 addition & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"eject": "react-scripts eject",

"lint": "npm run lint:check",
"lint:check": "eslint src",
"lint:ci": "npm run lint:check -- --format json --output-file eslint-report.json",
"lint:check": "eslint src --max-warnings 0",
"lint:fix": "npm run lint:check -- --fix"
},
"dependencies": {
Expand Down

0 comments on commit 922f663

Please sign in to comment.