a-b-r-o-w-n/Eslint Annotate
Lints changed files and annotates pull request diffs with errors.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 20, 2026
- Maintenance Recency
- Stalelast commit Jun 2, 2024
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: a-b-r-o-w-n/eslint-action@22881bb65016a04d98ce36ef8c2118d5d1e73b30 # v2.2.0tags 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