actions-marketplace-validations/Eslint Annotate
Lints changed files and annotates pull request diffs with errors.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 2, 2024
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/a-b-r-o-w-n_eslint-action@dd6a84183d888173891ae08df190012f277eccb9 # no releases — HEAD as of 2026-07-21tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | Token used to interact with the Github API. | yes | — |
| extensions | File extensions to lint. Ex: .js,.jsx,.ts,.tsx | no | .js,.jsx,.ts,.tsx |
| files | Glob pattern of files to be linted. | no | **/* |
| ignore | Glob pattern to ignore from linting. | no | **/node_modules/** |
| working-directory | Directory where eslint should execute. | no | — |
| quiet | Silence annotations for ESLint warnings. | no | false |
Outputs
no outputs