mirror of
https://github.com/systemd/systemd.git
synced 2026-08-10 17:14:31 +00:00
ci: check 'update-man-rules' to ensure it is not forgotten
We often forget to run this command when updating manpages, and notice only much later. Add a step in the CI to flag it, as we already do for the D-Bus docs. (cherry picked from commit1219b0e816) (cherry picked from commit72cb20049e)
This commit is contained in:
5
.github/workflows/linter.yml
vendored
5
.github/workflows/linter.yml
vendored
@@ -90,3 +90,8 @@ jobs:
|
||||
CXXFLAGS="-idirafter /usr/include" \
|
||||
meson setup -Dlibc=musl -Ddbus-interfaces-dir=no musl
|
||||
mkosi box -- ninja -C musl
|
||||
|
||||
- name: Run man-rules checks
|
||||
run: |
|
||||
mkosi box -- ninja -C build update-man-rules
|
||||
git diff --exit-code -- man/rules/meson.build
|
||||
|
||||
Reference in New Issue
Block a user