Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.16 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.16 KB

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.11'

Inputs

python-version

Optional Version of python to use. Defaults to 3.11.

Outputs

result

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

Details

Action internally uses other actions: