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: writeuses: 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:
