]> git.ipfire.org Git - thirdparty/util-linux.git/commit
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)
commit1874e2f4f7ef83a0451b91dcf9a0c58d69c48868
tree63400497ecf1dadf636083f18544f59bae2092ad
parent0a9cc0ec611651c6dbcb8b825d491b2360411822
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 <cgoesc2@wgu.edu>
.github/workflows/cibuild.sh