actions-marketplace-validations/Action ESLint
GitHub Action that runs ESLint on files changed in a Pull Request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
| eslint-args | ESLint CLI flags | no | — |
| extensions | Extensions to filter | no | js |
| annotations | Enable or disable annotations | no | true |
| working-directory | Path to project containing package manager installation | no | — |
| ignore-path | Path to ignore file. | no | — |
| ignore-patterns | Patterns to ignore. Similar to eslint ignorePatterns | no | — |
| all-files | Run eslint on all files. | no | false |
| package-manager | Package manager to use (npm, pnpm). Defaults to npm if not specified | no | npm |
Outputs
no outputs