CI: add a test job for doc

This commit is contained in:
Benjamin Renard 2023-05-24 18:30:41 +02:00
parent 548315b248
commit 6ca8427d5d
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -83,3 +83,15 @@ tests:jessie:
- cd -
- rm -f .phplint-cache
- /tmp/vendor/bin/phplint src
tests:doc:
image: registry.gitlab.com/pipeline-components/xmllint:latest
stage: tests
rules:
- changes:
- doc/*.docbook
- doc/*.xml
- doc/**/*.docbook
- doc/**/*.xml
script:
- xmllint --valid --noout doc/LdapSaisie.docbook