Skip to content

Pylint Annotation Action

Actions
Lint code with Pylint and annotate it in the pull request
1.1.0
Latest
Star (0)

Lint Python with Pylint in a Pull Request

GitHub Super-Linter CI

GitHub Action that lints files that were changed in a PR and annotates them with pylint comments.

Linting result

Usage

Basic

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'

Inputs

python-version

Optional Version of python to use. Defaults to 3.13.

Outputs

result

The result of the action. Success, Failure or information message. Useful for debugging.

Details

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.

About

Lint code with Pylint and annotate it in the pull request
1.1.0
Latest

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.