yousufkalim/ESLint Code Review
Run ESLint on files changed in a pull request with inline error and warning annotations
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
| eslint-args | ESLint CLI flags | no | "" |
| eslintrc | User's eslintrc file | no | false |
| extensions | Extensions to filter | no | js |
| annotations | Enable or disable annotations | no | true |
| auto-fix-before-test | Auto format and fix lint issues that are fixable by --fix before actual testing | no | true |
| bin-path | Path to eslint installation directory. Defaults to `node_modules/eslint/bin` | no | node_modules/eslint/bin |
Outputs
no outputs