Skip to content

Commit

Permalink
fix: Schema validator installation URL
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Aug 7, 2024
1 parent b396bd1 commit 475caf7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validate_datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
run: |
# If unmerged validator PRs are needed for testing, you can use
# https://github.com/<FORK>/bids-validator/raw/<BRANCH>/bids-validator/src/bids-validator.ts
deno install -Agf https://github.com/bids-standard/bids-validator/raw/deno-build/bids-validator.js
# 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
shell: bash

- name: Display versions and environment information
Expand Down

0 comments on commit 475caf7

Please sign in to comment.