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/pylint-action@1.0.1
To specify python version:
uses: karpikpl/pylint-action@1.0.1
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: