File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ jobs:
19
19
20
20
- name : Lint JSON files
21
21
run : |
22
- echo "Linting softbinding-algorithm-entry- schema.json..."
22
+ echo "Linting softbinding-algorithm-list. schema.json..."
23
23
set -e # Exit on any error
24
- jsonschema lint softbinding-algorithm-entry- schema.json
25
- echo "✓ softbinding-algorithm-entry- schema.json passed linting"
24
+ jsonschema lint softbinding-algorithm-list. schema.json
25
+ echo "✓ softbinding-algorithm-list. schema.json passed linting"
26
26
27
27
- name : Validate against schema
28
28
run : |
29
29
echo "Validating softbinding-algorithm-list.json against schema..."
30
30
set -e # Exit on any error
31
- jsonschema validate softbinding-algorithm-entry- schema.json softbinding-algorithm-list.json
32
- echo "✓ softbinding-algorithm-list.json is valid against the schema"
31
+ jsonschema validate softbinding-algorithm-list. schema.json softbinding-algorithm-list.json
32
+ echo "✓ softbinding-algorithm-list.json is valid against the schema"
You can’t perform that action at this time.
0 commit comments