Skip to content

Commit 07ec2f9

Browse files
committed
BUG: Attempt to fix schema download using jsdelivr instead of GitHub raw
See https://www.jsdelivr.com/?docs=gh and https://rawgit.com/
1 parent 5ea7528 commit 07ec2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-
"https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.0.json",
36+
"https://cdn.jsdelivr.net/gh/Slicer/Slicer@main/Schemas/slicer-extension-catalog-entry-schema-v1.0.0.json",
3737
]
3838
- id: check-dependabot
3939
- id: check-github-workflows

0 commit comments

Comments
 (0)