jpetrucciani/Ruff Check
GitHub action to run ruff on your python repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | File or directory to run ruff on | no | . |
| flags | Optional ruff flags (refer to `ruff --help`) | no | "" |
| format | Format to output ruff messages in | no | github |
Outputs
| name | description |
|---|---|
| output | The output of ruff |