actions-marketplace-validations/Flake8 check action
Configurably use GitHub Actions to run flake8 as a Check
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repotoken | The token to use to report GitHub Checks. Should be set to secrets.GITHUB_TOKEN | yes | — |
| path | The path to check. Checks $GITHUB_WORKSPACE if not given | no | — |
| select | A comma separated list of violations (or violation prefixes) to include. | no | F |
| ignore | A comma separated list of violations (or violation prefixes) to ignore. | no | "" |
| maxlinelength | The maximum line length for pycodestyle violation E501. | no | 79 |
Outputs
no outputs