actions-marketplace-validations/Run lintering with PyLint
Runs `PyLint` for code in folder in a given folder.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 17, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/pyrunit_pylint-action@565da6d6a9b294d9cc9253fc591cb0835d36c593 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Directory where the source code is located. | yes | . |
| moduleOrPackage | Module or package over which to run lintering. | yes | * |
| useConda | Indicates if the tests will run using an specific conda environment. | yes | false |
| condaEnvName | Name of the conda environment to use. Required if `useConda` is `true`. | no | — |
| disable | Indicates which rules should not be checked. Coma separeted values are possible. | no | None |
| pkgWhitelist | Indicates which packages should not be checked for lintering. | no | None |
| version | PyLint library version. | yes | 2.12.1 |
Outputs
no outputs