python-jsonschema / check-jsonschema

A CLI and set of pre-commit hooks for jsonschema validation with built-in support for GitHub Workflows, Renovate, Azure Pipelines, and more!
https://check-jsonschema.readthedocs.io/en/stable
Other
191 stars 39 forks source link

Add CircleCI `pre-commit` hook #444

Closed jrdnbradford closed 2 weeks ago

jrdnbradford commented 2 weeks ago

This adds the CircleCI pre-commit hook discussed in #431, sorry I'm a bit late here. See the config reference for the config file naming convention and other stuff.

This uses a SchemaStore schema.

Closes #431.

sirosen commented 2 weeks ago

Yep, this looks great! Thanks for doing this PR. I'll make sure you get your kudos in the changelog. :+1: