thiagodnf/yaml-schema-checker
A Github action for validating .yaml files using JSON schemas
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jsonSchemaFile | A JSON schema file following the format used at https://www.schemastore.org | yes | — |
| yamlFiles | A list of files, directories, and wildcard patterns to be validated | yes | — |
| filesSeparator | Separator used to split the files input | no | , |
Outputs
| name | description |
|---|---|
| validFiles | Comma separated list of files that passed |
| invalidFiles | Comma separated list of files that failed |