Skip to content

Commit c3160a7

Browse files
committed
CI: Validate json files downloading schema
1 parent d51555e commit c3160a7

File tree

3 files changed

+1
-60
lines changed

3 files changed

+1
-60
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
args:
3434
[
3535
"--schemafile",
36-
"schemas/slicer-extension-catalog-entry-schema-v1.0.0.json",
36+
"https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.0.json",
3737
]
3838
- id: check-dependabot
3939
- id: check-github-workflows

schemas/slicer-extension-catalog-entry-schema-v1.0.0.json

Lines changed: 0 additions & 58 deletions
This file was deleted.

scripts/check_filenames.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ unexpected_files=$(find . -mindepth 1 \( -type d \( \
1818
-path ./.github -o \
1919
-path ./.git -o \
2020
-path ./ARCHIVE -o \
21-
-path ./schemas -o \
2221
-path ./scripts \
2322
\) -o -type f \( \
2423
-name .pre-commit-config.yaml -o \

0 commit comments

Comments
 (0)