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 8534e12 commit 5dc0519Copy full SHA for 5dc0519
.github/workflows/validate-json.yaml
@@ -19,13 +19,8 @@ jobs:
19
20
- name: Lint JSON files
21
run: |
22
- echo "Linting JSON files..."
23
- set -e # Exit on any error
24
- echo "Linting softbinding-algorithm-list.json..."
25
- jsonschema lint softbinding-algorithm-list.json
26
- echo "✓ softbinding-algorithm-list.json passed linting"
27
-
28
echo "Linting softbinding-algorithm-entry-schema.json..."
+ set -e # Exit on any error
29
jsonschema lint softbinding-algorithm-entry-schema.json
30
echo "✓ softbinding-algorithm-entry-schema.json passed linting"
31
0 commit comments