json-yaml-validate icon indicating copy to clipboard operation
json-yaml-validate copied to clipboard

A GitHub Action to quickly validate JSON and YAML files in a repository

Results 12 json-yaml-validate issues
Sort by recently updated
recently updated
newest added

Thanks for creating this action - it's been a huge help in a bunch of my projects. Instead of validating data against a schema, I've been looking to validate a...

I did some research into doing schema validation. Unfortunately, the schema validation only works for "fixed" documents - you validate the fields of a map (that has to exist). The...