]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ci: add usage message consistency check to CI CODECHECK phase
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Thu, 1 Jan 2026 00:01:57 +0000 (19:01 -0500)
committerKarel Zak <kzak@redhat.com>
Wed, 7 Jan 2026 09:42:22 +0000 (10:42 +0100)
Add 'make checkmanpage' to the GitHub CI CODECHECK phase.
This ensures that all programs have a corresponding manpage
and that said manpage have a description for each long option
defined in the respective program's source code.

Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
.github/workflows/cibuild.sh

index d72b8871b1386243ab0abdb01b7433c8cbe396e1..3b327a92f3b3dec9e793591e5c8adbcdcea9e5a1 100755 (executable)
@@ -150,6 +150,7 @@ for phase in "${PHASES[@]}"; do
         make checklibdoc
         make checkxalloc
         make checkcompletion
+        make checkmanpage
         ;;
     CHECK)
         if [[ "$SANITIZE" == "yes" ]]; then