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 d8f6109 commit 3b21490Copy full SHA for 3b21490
.github/workflows/unit_tests.yml
@@ -213,13 +213,13 @@ jobs:
213
if: matrix.bids-validator-version == 'validator-main'
214
run: |
215
pushd ..
216
- git clone --depth 1 https://github.com/bids-standard/bids-validator
+ git clone --depth 1 https://github.com/bids-standard/legacy-validator
217
popd
218
219
- name: Install BIDS validator (main)
220
221
222
- pushd ../bids-validator
+ pushd ../legacy-validator
223
# Generate the full development node_modules
224
npm install
225
# Build & bundle the bids-validator CLI package
0 commit comments