Skip to content

Commit

Permalink
chore: add checks for schema
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Oct 17, 2023
1 parent 9b51b47 commit c620a5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,9 @@ repos:
hooks:
- id: check-readthedocs
- id: check-github-workflows
- id: check-metaschema
files: ^src/uhi/resources/histogram.json$
- id: check-jsonschema
name: Validate Histogram examples
args: [--schemafile, src/uhi/resources/histogram.json]
files: ^tests/resources/.*\.json

0 comments on commit c620a5e

Please sign in to comment.