]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ci: add usage message consistency check to CI CHECK phase
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Thu, 25 Dec 2025 05:02:46 +0000 (00:02 -0500)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Thu, 1 Jan 2026 03:50:01 +0000 (22:50 -0500)
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 <cgoesc2@wgu.edu>
.github/workflows/cibuild.sh

index be544cf9225b22e6886fc1f624c5d06c8edb4090..d72b8871b1386243ab0abdb01b7433c8cbe396e1 100755 (executable)
@@ -196,6 +196,8 @@ for phase in "${PHASES[@]}"; do
             done
         fi
 
+        make checkusage
+
         ./tests/run.sh --show-diff
 
         if [[ "$COVERAGE" == "yes" ]]; then