From ce7484a34b93f0cca4a903a5ae7d656882a1941d Mon Sep 17 00:00:00 2001 From: Joshua Lambert Date: Mon, 23 Sep 2024 13:24:56 +0100 Subject: [PATCH] change validate-json workflow to `strict = FALSE` due to distribution specific parameter checking --- .github/workflows/validate-json.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-json.yaml b/.github/workflows/validate-json.yaml index b41deb23d..1c18b4f41 100644 --- a/.github/workflows/validate-json.yaml +++ b/.github/workflows/validate-json.yaml @@ -41,7 +41,7 @@ jobs: engine = "ajv", verbose = TRUE, greedy = TRUE, - strict = TRUE, + strict = FALSE, error = TRUE ) shell: Rscript {0} \ No newline at end of file