mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -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"
|
||||
exit 1
|
||||
fi
|
||||
log "typos: $(typos --version)"
|
||||
log "jq: $(jq --version)"
|
||||
|
||||
COMMAND="${CMD_NAME} ${TARGET}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue