]> git.ipfire.org Git - thirdparty/util-linux.git/commit
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)
commit59f95d6f98e07ebcafb0ae55d1eef3c4a733ed7b
tree4abd7a7d27eb1a700c377a92e9795bf09635247e
parent9fd4790e0c8bd6b3600ae3cdb1dd47b5c7796ee8
ci: add bash-completion consistency check to CODECHECK

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