We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eabbad commit ab99c53Copy full SHA for ab99c53
.github/workflows/check-schema.yml
@@ -90,5 +90,5 @@ jobs:
90
files=$(find ${{ inputs.azure-dir }} -name '*.yml' -or -name '*.yaml')
91
for f in $files; do
92
echo $f;
93
- check-jsonschema -v $f --schemafile "$SCHEMA_FILE";
+ check-jsonschema -v $f --schemafile "$SCHEMA_FILE" --regex-variant="nonunicode";
94
done
0 commit comments