From: Christian Goeschel Ndjomouo Date: Thu, 25 Dec 2025 05:02:46 +0000 (-0500) Subject: ci: add usage message consistency check to CI CHECK phase X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86b8a0e72f4d10f9180dac519f96059da59b6ff9;p=thirdparty%2Futil-linux.git ci: add usage message consistency check to CI CHECK phase Add 'make checkusage' to the GitHub CI CHECK phase. This ensures that all program's usage messages list all long options defined in their respective source code. Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/.github/workflows/cibuild.sh b/.github/workflows/cibuild.sh index be544cf92..d72b8871b 100755 --- a/.github/workflows/cibuild.sh +++ b/.github/workflows/cibuild.sh @@ -196,6 +196,8 @@ for phase in "${PHASES[@]}"; do done fi + make checkusage + ./tests/run.sh --show-diff if [[ "$COVERAGE" == "yes" ]]; then