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 5e96083 commit e7ace56Copy full SHA for e7ace56
.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
@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
20
### Fixed
21
22
--
+- CI: fix parsing Azure schema ([#384](https://github.com/Lightning-AI/utilities/pull/384))
23
24
25
---
0 commit comments