rthoward/Linter Annotations
Convert linter and compiler output to GitHub PR annotations
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| linter-type | Type of linter output (eslint, tsc, rubocop, etc.) | yes | — |
| linter-output-file | Path to the linter output file (JSON format) | yes | — |
| github-token | GitHub token for API access | yes | ${{ github.token }} |
| check-name | Name of the check run to create | no | Linter Results |
| dry-run | If true, only log annotations without creating them | no | false |
Outputs
| name | description |
|---|---|
| annotations-count | Number of annotations created |
| check-run-id | ID of the created check run |