Skip to content

Commit

Permalink
Fix schema validation
Browse files Browse the repository at this point in the history
Download from the current URL often fails with:

FailedFileLoadError: Failed to parse http://cdn.jsdelivr.net/gh/Slicer/Slicer@main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json
  • Loading branch information
Andras Lasso authored and lassoan committed Dec 2, 2024
1 parent bb178bf commit 7b3823f
Showing 1 changed file with 1 addition and 1 deletion.
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",
"http://cdn.jsdelivr.net/gh/Slicer/Slicer@main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json",
"https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json",
]
- id: check-dependabot
- id: check-github-workflows

0 comments on commit 7b3823f

Please sign in to comment.