Skip to content

Commit

Permalink
change validate-json workflow to strict = FALSE due to distribution…
Browse files Browse the repository at this point in the history
… specific parameter checking
  • Loading branch information
joshwlambert committed Sep 23, 2024
1 parent 4c00039 commit ce7484a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
engine = "ajv",
verbose = TRUE,
greedy = TRUE,
strict = TRUE,
strict = FALSE,
error = TRUE
)
shell: Rscript {0}

0 comments on commit ce7484a

Please sign in to comment.