mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2026-06-15 08:17:05 +00:00
- the gate did `grep -q warning: build.log`, but build.log was never produced by the cmake-action build, so under `set -e` the grep in the `if` condition just reported "no match" and the job always passed - as a result ~4961 clang-tidy warnings were silently ignored - build manually and capture output to build.log with pipefail, and fail explicitly if the log is missing or contains a warning