Skip to content

Commit

Permalink
ci: fix schema check action (#1)
Browse files Browse the repository at this point in the history
Signed-off-by: Weston Steimel <commits@weston.slmail.me>
  • Loading branch information
westonsteimel authored May 14, 2024
1 parent 7b07c3f commit 58d8c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
run: pip install check-jsonschema

- name: "Verify enrichment record json schema"
run: check-jsonschema --schemafile schema/enrichment_record.schema.json data/**/*.json
run: check-jsonschema --schemafile schema/enrichment_record.schema.json data/**/**/*.json

0 comments on commit 58d8c92

Please sign in to comment.