Skip to content

Commit 5dc0519

Browse files
committed
Don't lint the instance
1 parent 8534e12 commit 5dc0519

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/validate-json.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,8 @@ jobs:
1919

2020
- name: Lint JSON files
2121
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-
2822
echo "Linting softbinding-algorithm-entry-schema.json..."
23+
set -e # Exit on any error
2924
jsonschema lint softbinding-algorithm-entry-schema.json
3025
echo "✓ softbinding-algorithm-entry-schema.json passed linting"
3126

0 commit comments

Comments
 (0)