fix(action): Log program versions

This commit is contained in:
Ed Page 2022-06-16 11:12:15 -05:00
parent 2ae4d92451
commit 02fb35d0eb

View file

@ -26,6 +26,8 @@ if [[ -z $(which ${CMD_NAME} 2>/dev/null) ]]; then
log "ERROR: 'typos' not found"
exit 1
fi
log "typos: $(typos --version)"
log "jq: $(jq --version)"
COMMAND="${CMD_NAME} ${TARGET}"