Skip to content

Commit f38ec81

Browse files
authored
ci: fix parsing Azure schema (#384)
1 parent 3eabbad commit f38ec81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323

2424
### Fixed
2525

26-
-
26+
- CI: fix parsing Azure schema ([#384](https://github.com/Lightning-AI/utilities/pull/384))
2727

2828

2929
---

0 commit comments

Comments
 (0)