Skip to content

Commit ab99c53

Browse files
committed
ci: fix parsing Azure schema
1 parent 3eabbad commit ab99c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ jobs:
9090
files=$(find ${{ inputs.azure-dir }} -name '*.yml' -or -name '*.yaml')
9191
for f in $files; do
9292
echo $f;
93-
check-jsonschema -v $f --schemafile "$SCHEMA_FILE";
93+
check-jsonschema -v $f --schemafile "$SCHEMA_FILE" --regex-variant="nonunicode";
9494
done

0 commit comments

Comments
 (0)