From: Christian Goeschel Ndjomouo Date: Thu, 1 Jan 2026 00:01:57 +0000 (-0500) Subject: ci: add usage message consistency check to CI CODECHECK phase X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1874e2f4f7ef83a0451b91dcf9a0c58d69c48868;p=thirdparty%2Futil-linux.git ci: add usage message consistency check to CI CODECHECK phase 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 --- diff --git a/.github/workflows/cibuild.sh b/.github/workflows/cibuild.sh index d72b8871b..3b327a92f 100755 --- a/.github/workflows/cibuild.sh +++ b/.github/workflows/cibuild.sh @@ -150,6 +150,7 @@ for phase in "${PHASES[@]}"; do make checklibdoc make checkxalloc make checkcompletion + make checkmanpage ;; CHECK) if [[ "$SANITIZE" == "yes" ]]; then