]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ci: add bash-completion consistency check to CODECHECK
authorKarel Zak <kzak@redhat.com>
Thu, 2 Oct 2025 12:44:10 +0000 (14:44 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 3 Oct 2025 11:25:18 +0000 (13:25 +0200)
Add 'make checkcompletion' to the GitHub CI CODECHECK phase to verify
bash-completion files consistency for all future pull requests. This
ensures that all user-facing programs have proper bash-completion
scripts registered in both autotools and meson build systems.

Signed-off-by: Karel Zak <kzak@redhat.com>
.github/workflows/cibuild.sh

index 895d9135aa91b770119168b1b0c803db9f761cb9..be544cf9225b22e6886fc1f624c5d06c8edb4090 100755 (executable)
@@ -149,6 +149,7 @@ for phase in "${PHASES[@]}"; do
     CODECHECK)
         make checklibdoc
         make checkxalloc
+        make checkcompletion
         ;;
     CHECK)
         if [[ "$SANITIZE" == "yes" ]]; then