From 01d3cea02ae63f1ef88b48adea8bd08d92e98fbe Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Fri, 14 Jun 2024 14:55:53 -0400 Subject: [PATCH] BUG: Attempt to fix schema download using jsdelivr instead of GitHub raw See https://www.jsdelivr.com/?docs=gh and https://rawgit.com/ --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc247471..b989da7e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: args: [ "--schemafile", - "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.0.json", + "https://cdn.jsdelivr.net/gh/Slicer/Slicer@main/Schemas/slicer-extension-catalog-entry-schema-v1.0.0.json", ] - id: check-dependabot - id: check-github-workflows