From 3a7951d907f59ccffb3851d11e9d03d8a1c5842d Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Tue, 27 Aug 2024 09:58:47 -0400 Subject: [PATCH] CI: Update schema/validator URLs --- .github/workflows/validate_datasets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate_datasets.yml b/.github/workflows/validate_datasets.yml index 6600bf1bf..62ecb8c7c 100644 --- a/.github/workflows/validate_datasets.yml +++ b/.github/workflows/validate_datasets.yml @@ -73,7 +73,7 @@ jobs: # https://github.com//bids-validator/raw//bids-validator/src/bids-validator.ts # Note that the typescript (.ts) MUST be used instead of (.js), # otherwise BIDS_SCHEMA will not be respected - deno install -Agf https://github.com/bids-standard/bids-validator/raw/master/bids-validator/src/bids-validator.ts + deno install -Agf https://raw.githubusercontent.com/bids-standard/bids-validator/deno-build/bids-validator.js shell: bash - name: Display versions and environment information @@ -108,4 +108,4 @@ jobs: env: # When proposing new features, schema changes may be necessary. # Update this URL to the schema.json from PRs to the spec, when needed. - BIDS_SCHEMA: https://bids-specification--1377.org.readthedocs.build/en/1377/schema.json + BIDS_SCHEMA: https://bids-specification.readthedocs.io/en/latest/schema.json