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 9a513a0 commit 1d87d0dCopy full SHA for 1d87d0d
.github/workflows/validate_datasets.yml
@@ -116,7 +116,7 @@ jobs:
116
# Update this URL to the schema.json from PRs to the spec, when needed.
117
# If this variable is unset, dev will generally track the latest development
118
# release of https://jsr.io/@bids/schema
119
- run: echo BIDS_SCHEMA=https://bids-specification--2044.org.readthedocs.build/en/2044/schema.json >> $GITHUB_ENV
+ run: echo BIDS_SCHEMA=https://bids-specification.readthedocs.io/en/latest/schema.json >> $GITHUB_ENV
120
121
- name: Validate all BIDS datasets using bids-validator
122
run: |
0 commit comments