derlev/eslint-annotations
Annotates Code directly in GitHub with output of ESLint and TypeScript
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| eslint-report | Location of the ESLint report file | — | "" |
| eslint-annotation-prefix | Prefix for ESLint annotations | — | ESLint Rule: |
| typescript-log | Location of the Typescript log file | — | "" |
| typescript-annotation-prefix | Prefix for Typescript annotations | — | Typescript Error: |
| error-on-warn | Whether the action should fail when ESLint only throws a warn | — | false |
| github-token | GitHub token for accessing the API | — | — |
| create-status-check | Whether to create a seperate status check or not | — | true |
| status-check-name | Name of the status check created | — | eslint-annotations |
| failed-attempts | IDs of failed attempts to stop status checks from running | — | — |
| fail-in-pr | Whether the action should fail in a PR | — | true |
| only-changed-in-pr | Whether the action should only annotate changed files in a pull request | — | true |
| add-notice-with-url | Enable or disable the notice added to the workflow logs containing the link to the status check | — | true |
Outputs
no outputs