Skip to content

Commit

Permalink
CI: Validate json files downloading schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Apr 24, 2024
1 parent d51555e commit c3160a7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 60 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
args:
[
"--schemafile",
"schemas/slicer-extension-catalog-entry-schema-v1.0.0.json",
"https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.0.json",
]
- id: check-dependabot
- id: check-github-workflows
58 changes: 0 additions & 58 deletions schemas/slicer-extension-catalog-entry-schema-v1.0.0.json

This file was deleted.

1 change: 0 additions & 1 deletion scripts/check_filenames.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ unexpected_files=$(find . -mindepth 1 \( -type d \( \
-path ./.github -o \
-path ./.git -o \
-path ./ARCHIVE -o \
-path ./schemas -o \
-path ./scripts \
\) -o -type f \( \
-name .pre-commit-config.yaml -o \
Expand Down

0 comments on commit c3160a7

Please sign in to comment.