wemake-services/wemake-python-styleguide
Runs wemake-python-styleguide as a GitHub Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path or space-separated list of paths to lint | no | . |
| cwd | Path to `cd` into before linting | no | . |
| reporter | How would you like the results to be displayed? | no | terminal |
| filter_mode | How to filter found violations? Only used with `github-pr-*` reporters. Docs: https://github.com/reviewdog/reviewdog#filter-mode | no | added |
| fail_workflow | Should we fail the workflow if the check does not pass? | no | 1 |
Outputs
| name | description |
|---|---|
| output | The output of wemake-python-styleguide run |