8000 GitHub - MatyiFKBT/pylint-action
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MatyiFKBT/pylint-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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/pylint-action@1.1.0

To specify python version:

uses: karpikpl/pylint-action@1.1.0
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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%
0