Skip to content

Commit 81cd4a0

Browse files
authored
Merge branch 'bep038' into add-atlas-examples-peer
2 parents ee1fed7 + a3a51f5 commit 81cd4a0

File tree

6 files changed

+2
-577
lines changed

6 files changed

+2
-577
lines changed

.github/workflows/validate_datasets.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
run: |
7676
git clone -b dev https://github.com/bids-standard/bids-validator/ ../bids-validator
7777
cd ../bids-validator
78+
git checkout bep038
7879
deno compile -A -o $HOME/.deno/bin/bids-validator src/bids-validator.ts
7980
8081
- name: Install BIDS validator (legacy)
@@ -95,7 +96,7 @@ jobs:
9596
if: "matrix.bids-validator == 'stable'"
9697
run: |
9798
echo "Checking for big files ..."
98-
found=`find . -not -path "./.git*" -type f -size +500k`
99+
found=`find . -not -path "./.git*" -type f -size +1M`
99100
if [ "$found" == "" ]
100101
then
101102
echo "No big files present, great!"

atlas-4S/tpl-MNI152NLin6Asym/atlas-4S_description.json

Lines changed: 0 additions & 143 deletions
This file was deleted.

atlas-4S/tpl-MNIInfant/cohort-1/atlas-4S_description.json

Lines changed: 0 additions & 143 deletions
This file was deleted.

0 commit comments

Comments
 (0)