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 bc92a4d commit 53f59d5Copy full SHA for 53f59d5
.github/workflows/validate_datasets.yml
@@ -71,9 +71,7 @@ jobs:
71
run: |
72
# If unmerged validator PRs are needed for testing, you can use
73
# https://github.com/<FORK>/bids-validator/raw/<BRANCH>/bids-validator/src/bids-validator.ts
74
- # Note that the typescript (.ts) MUST be used instead of (.js),
75
- # otherwise BIDS_SCHEMA will not be respected
76
- deno install -Agf https://raw.githubusercontent.com/bids-standard/bids-validator/deno-build/bids-validator.js
+ deno install -Agf https://github.com/bids-standard/bids-validator/raw/deno-build/bids-validator.js
77
shell: bash
78
79
- name: Display versions and environment information
0 commit comments