Commit Graph
2 Commits
Author SHA1 Message Date
volker.raschekandCopilot 525214e9c8 fix(install-yq): ensure version check failure aborts script
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (push) Successful in 8s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (push) Successful in 10s
Markdown linter / markdown-link-checker (push) Successful in 24s
Markdown linter / markdown-lint (push) Successful in 32s
Move the yq binary version check out of the echo command substitution
into a standalone variable assignment. With set -e, a failed command
inside $() as an argument to echo does not trigger errexit, silently
swallowing errors like "Exec format error". A separate assignment
correctly propagates the failure.

Co-authored-by: Copilot <copilot@github.com>
2026-08-16 21:11:27 +02:00
volker.raschek 95dba5662e Initial Commit 2026-08-16 21:04:27 +02:00