mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 17:11:07 -05:00
fix(action): Log program versions
This commit is contained in:
parent
2ae4d92451
commit
02fb35d0eb
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ if [[ -z $(which ${CMD_NAME} 2>/dev/null) ]]; then
|
||||||
log "ERROR: 'typos' not found"
|
log "ERROR: 'typos' not found"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
log "typos: $(typos --version)"
|
||||||
|
log "jq: $(jq --version)"
|
||||||
|
|
||||||
COMMAND="${CMD_NAME} ${TARGET}"
|
COMMAND="${CMD_NAME} ${TARGET}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue