We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895839d commit 23bed6aCopy full SHA for 23bed6a
.github/workflows/validate_datasets.yml
@@ -111,7 +111,7 @@ jobs:
111
# Update this URL to the schema.json from PRs to the spec, when needed.
112
# If this variable is unset, dev will generally track the latest development
113
# release of https://jsr.io/@bids/schema
114
- run: echo BIDS_SCHEMA=https://bids-specification.readthedocs.io/en/latest/schema.json >> $GITHUB_ENV
+ run: echo BIDS_SCHEMA=https://bids-specification--1128.org.readthedocs.build/en/1128/schema.json >> $GITHUB_ENV
115
116
- name: Validate all BIDS datasets using bids-validator
117
run: |
0 commit comments