actions-marketplace-validations/Frontmatter JSON Schema Validator
Validate YAML frontmatter against a JSON schema
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 10, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/mheap_frontmatter-json-schema-action@5bf4b424d72e73843f519a51f46e9858d974c3be # no releases — HEAD as of 2026-07-14tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| paths | The paths to read frontmatter from (e.g. `**/*.md`) | yes | — |
| schema | The JSON schema to use when validating | no | — |
| schema_path | The path to a JSON schema to use when validation. This will override `schema` | no | — |
Outputs
no outputs