Skip to content

Commit

Permalink
Do pushd/popd dance to place bids-validator repo aside
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Jun 11, 2024
1 parent 23e2d2a commit 59e9191
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate_datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ jobs:
LOCAL_BIN=$HOME/.local/bin
VALIDATOR=$LOCAL_BIN/bids-validator
# Clone "lean" but with tags for versioning
pushd ..
git clone --filter=blob:none http://github.com/bids-standard/bids-validator
deno compile -o "$VALIDATOR" -A bids-validator/bids-validator/src/bids-validator.ts
popd
bids-validator --version
shell: bash

Expand Down

0 comments on commit 59e9191

Please sign in to comment.