From 58d8c92223dd4b7a8bea2de0f8932a5c667ced10 Mon Sep 17 00:00:00 2001 From: Weston Steimel Date: Tue, 14 May 2024 21:37:01 +0100 Subject: [PATCH] ci: fix schema check action (#1) Signed-off-by: Weston Steimel --- .github/workflows/validations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validations.yaml b/.github/workflows/validations.yaml index c9070685..3fca9e72 100644 --- a/.github/workflows/validations.yaml +++ b/.github/workflows/validations.yaml @@ -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 \ No newline at end of file