cdqag/Validate YAML against JSON Schema
Composite action that validates a given YAML file against a JSON schema
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | YAML file to validate | yes | — |
| schema | JSON schema to validate against. If not provided, the action will try to extract it from the YAML file using the comment "# yaml-language-server: $schema=URL" | — | "" |
| schema-dialect | JSON schema dialect. Only used if not provided in the schema. Value must have format: "https://json-schema.org/[path]/schema" | — | "" |
Outputs
no outputs