File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1- name : json-yaml-validate
1+ name : compliance testing
22on :
33 workflow_call :
44
3434 - name : bids-validator
3535 run : |
3636 echo "${VALIDATOR_CONFIG}" > ${TMP_CONFIG_PATH}
37- echo "docker run -v $TMP_CONFIG_PATH:$TMP_CONFIG_PATH -v ${GITHUB_WORKSPACE}:/bids ${VALIDATOR_IMAGE} -c ${TMP_CONFIG_PATH} ${VALIDATOR_OPTIONS} /bids"
3837 docker run -v $TMP_CONFIG_PATH:$TMP_CONFIG_PATH -v ${GITHUB_WORKSPACE}:/bids ${VALIDATOR_IMAGE} -c ${TMP_CONFIG_PATH} ${VALIDATOR_OPTIONS} /bids
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ FROM denoland/deno:alpine-2.1.7
33# build on main while waiting for the release to use wildcards in config
44RUN deno install -Agf -n bids-validator https://github.com/bids-standard/bids-validator/raw/refs/heads/deno-build/bids-validator.js
55
6- ENTRYPOINT bids-validator
6+ ENTRYPOINT [" bids-validator"]
You can’t perform that action at this time.
0 commit comments