Skip to content

karpikpl/pylint-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages