actions-marketplace-validations/Run lintering with PyLint

Runs `PyLint` for code in folder in a given folder.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 17, 2022
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/pyrunit_pylint-action@565da6d6a9b294d9cc9253fc591cb0835d36c593 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
sourceDirectory where the source code is located.yes.
moduleOrPackageModule or package over which to run lintering.yes*
useCondaIndicates if the tests will run using an specific conda environment.yesfalse
condaEnvNameName of the conda environment to use. Required if `useConda` is `true`.no
disableIndicates which rules should not be checked. Coma separeted values are possible.noNone
pkgWhitelistIndicates which packages should not be checked for lintering.noNone
versionPyLint library version.yes2.12.1

no outputs