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 aee2331 commit 3e0528cCopy full SHA for 3e0528c
.github/workflows/validate-json.yaml
@@ -28,5 +28,5 @@ jobs:
28
run: |
29
echo "Validating softbinding-algorithm-list.json against schema..."
30
set -e # Exit on any error
31
- jsonschema validate softbinding-algorithm-list.json --schema softbinding-algorithm-entry-schema.json
+ jsonschema validate softbinding-algorithm-entry-schema.json softbinding-algorithm-list.json
32
echo "✓ softbinding-algorithm-list.json is valid against the schema"
0 commit comments