actions-marketplace-validations/Yaml Schema Validator using Yamale
Validate yaml files using yamale.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| schema | The path to the schema file you want to use to validate the yaml files. | yes | — |
| validators_path | The path to a python file containing custom validator classes to be used in validation. | no | — |
| validators_requirements | The path to a pip requirements file containing packages needed to run the validators python file. | no | — |
| path_pattern | A RegEx pattern matching the files you want to validate. | yes | — |
| strict | Control wether or not strict mode is used. | no | true |
| yamale | Sets the used yamale version. | no | — |
Outputs
no outputs