Run section-order QA script on CI ()

This prevents from introducing incorrect section orders
This commit is contained in:
George Peter Banyard 2022-04-04 18:16:52 +01:00 committed by GitHub
parent a223531900
commit 830ac0be6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,9 @@ jobs:
repository: "php/doc-base"
- name: "Quality Assurance scripts"
run: "php8.0 doc-base/scripts/qa/extensions.xml.php --check"
run: |
php8.0 doc-base/scripts/qa/extensions.xml.php --check
php8.0 doc-base/scripts/qa/section-order.php
- name: "Build documentation for ${{ matrix.language }}"
run: "php8.0 doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=${{ matrix.language }}"