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 `taskfile` validation hook #417

Closed jrdnbradford closed 2 months ago

jrdnbradford commented 2 months ago

Any interest in adding this hook? Task is a cross-platform tool used to run tasks that is often used in CI, so it seems to fit with many of the hooks related to build pipelines in this repo.

sirosen commented 2 months ago

This seems great, and like you say, a good fit! Thanks for the contribution! I need to make sure to read up on this to double-check the patterns used, etc, before merging, which will take me some time after my work day. Assuming no issues, I'll get this in and do a release soon.

jrdnbradford commented 2 months ago

@sirosen awesome, let me know if I can do anything else on this. On a personal note I've been migrating my Makefiles to Taskfiles and have been very happy with the results.

jrdnbradford commented 2 months ago

Awesome, glad to help with this project.