Skip to content

Commit

Permalink
ci: fix schema check action
Browse files Browse the repository at this point in the history
Signed-off-by: Weston Steimel <[email protected]>
  • Loading branch information
westonsteimel committed May 14, 2024
1 parent 7b07c3f commit 770a385
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: bash -c "check-jsonschema --schemafile schema/enrichment_record.schema.json data/**/*.json"

0 comments on commit 770a385

Please sign in to comment.