karpikpl/Annotate Commit with Pylint Results
Adds file annotations to a commit based on Pylint results.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| lint-file | Linting JSON results file from Pylint. | yes | pylint.json |
| pylint-result-code | Pylint result code to consider as an error. | yes | 0 |
| head-sha | SHA of the commit to annotate. | yes | ${{ github.sha }} |
| repo-owner | The repo owner. | yes | ${{ github.repository_owner }} |
| repo-name | The repo name. | yes | ${{ github.event.repository.name }} |
| repo-token | A GitHub token for API access. Defaults to {{ github.token }}. | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| result | The result of the action. Success, Failure or information message. |