actions-marketplace-validations/Banner Checker
Validate your files begin with a specific banner for compliance reasons
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 1, 2020
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/a-katopodis_banner-checker@6f53a88f16c3504a2402167ba05eea0cbf77c9e3 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| banner | The banner to check for each file | yes | — |
| path | The path to scan for the files | yes | — |
| include-extensions | Scan only those specific extensions | no | "" |
| exclude-extensions | Dont scasssn those specific extensions | no | "" |
| warning | If set to true will output the missing banners as warnings instead of erros | no | false |
Outputs
no outputs