karpikpl/Annotate Commit with Pylint Results

Adds file annotations to a commit based on Pylint results.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
lint-fileLinting JSON results file from Pylint.yespylint.json
pylint-result-codePylint result code to consider as an error.yes0
head-shaSHA of the commit to annotate.yes${{ github.sha }}
repo-ownerThe repo owner.yes${{ github.repository_owner }}
repo-nameThe repo name.yes${{ github.event.repository.name }}
repo-tokenA GitHub token for API access. Defaults to {{ github.token }}.yes${{ github.token }}
namedescription
resultThe result of the action. Success, Failure or information message.