Run Pylint and add annotations for any warnings
Required The GitHub API token.
Paths to lint, defaults to the project root.
A branch to check any modified files against. The paths
argument is ignored
if this is specified.
name: Pylint
uses: kolonialno/pylint-action
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
diff-against-branch: main