Use a jsonschema
error parser better suited to GitHub Actions
#145
Labels
jsonschema
error parser better suited to GitHub Actions
#145
Currently, schema validation errors in
json
are reported injson
itself. This is fine if you know what you're looking for, but otherwise it difficult to ascertain what is wrong with the data.See if there exist any better
jsonschema
error parsers on the GitHub Actions Marketplace, or see if the output ofGrantBirki/json-yaml-validate
can be a bit more human readable.The text was updated successfully, but these errors were encountered: