You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Pylint Annotation Action
1.0.1
GitHub action that lints files that were changed in a PR and annotates them with pylint comments.
You need to add permissions for this tool.
permissions:
contents: read
checks: write
uses: karpikpl/[email protected]
To specify python version:
uses: karpikpl/[email protected]
with:
python-version: '3.11'
Optional Version of python to use. Defaults to 3.11
.
The result of the action. Success, Failure or information message. Useful for debugging.
Action internally uses other actions: