Skip to content

Commit

Permalink
feat: lint ibm_catalog.json (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
kierramarie authored Nov 11, 2024
1 parent ee1ca8f commit 68d44fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions module-assets/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,10 @@ repos:
rev: v0.1.24
hooks:
- id: helmlint
# ibm_catalog.json lint
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.4
hooks:
- id: check-jsonschema
files: ibm_catalog.json
args: ["--schemafile", "https://raw.githubusercontent.com/IBM/customized-deployable-architecture/refs/tags/0.0.90/ibm_catalog-schema.json"]

0 comments on commit 68d44fc

Please sign in to comment.