Skip to content

Commit

Permalink
Revert to lots of indirection
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Apr 29, 2024
1 parent 4a0ec5e commit 0ec7d33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/validate_datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ jobs:
which /usr/bin/env
git clone --depth 1 https://github.com/bids-standard/bids-validator
VALIDATOR=/usr/local/bin/bids-validator
echo "#!/usr/bin/env -S deno run --allow-read --allow-write --allow-env --allow-net --allow-run" > $VALIDATOR
echo "import $PWD/bids-validator/bids-validator/src/bids-validator.ts" >> $VALIDATOR
echo -e '#!/bin/sh\n'"$PWD/bids-validator/bids-validator/bids-validator-deno \"\$@\"" > $VALIDATOR
cat $VALIDATOR
chmod a+x $VALIDATOR
which -a bids-validator
Expand Down

0 comments on commit 0ec7d33

Please sign in to comment.