cue.validator: fix deprecated --strict flag (#431813)

This commit is contained in:
Aleksana
2025-09-04 16:19:18 +08:00
committed by GitHub
-1
View File
@@ -15,7 +15,6 @@ cueSchemaFile:
writeShellScript "validate-using-cue" ''
${cue}/bin/cue \
--all-errors \
--strict \
vet \
--concrete \
"$1" \