actions-marketplace-validations/validate-python-headers
Validate the copyright & license references in the headers of your Python files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | Name of the copyright owner | yes | — |
| starting-year | Starting year of your project | yes | — |
| license | License of your project | no | — |
| folders | Folders to inspect | no | . |
| ignore-files | Files to ignore | no | __init__.py |
| ignore-folders | Folders to ignore | no | .github/ |
| license-notice | Custom license notice to be used if license is null | no | — |
Outputs
| name | description |
|---|---|
| issues | The list of files with header issues |