catchen/ESLint Feedback
Pull Request Feedback from ESLint
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| request-changes | Request changes if ESLint doesn't pass. | no | true |
| fail-check | Fail the workflow and its corresponding check if ESLint doesn't pass. | no | false |
| github-token | GitHub token. | no | ${{ github.token }} |
| directory | Directory to run ESLint if it's not the project's root directory. | no | ./ |
| targets | Files, directories, and/or globs to run ESLint. | no | . |
| eslint-lib-path | Path to the ESLint JavaScript library file. | no | ./node_modules/eslint/lib/api.js |
| eslint-bin-path | Path to the ESLint binary file. | no | ./node_modules/.bin/eslint |
| config-path | Path to the ESLint config file. | no | — |
Outputs
no outputs