Pylint Annotation Action
ActionsGitHub 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.13'
Optional Version of python to use. Defaults to 3.13
.
The result of the action. Success, Failure or information message. Useful for debugging.
Action internally uses other actions:
Pylint Annotation Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.