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 f38ec81Copy full SHA for f38ec81
.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
CHANGELOG.md
@@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
24
### Fixed
25
26
--
+- CI: fix parsing Azure schema ([#384](https://github.com/Lightning-AI/utilities/pull/384))
27
28
29
---
0 commit comments