From 830ac0be6ded2a8e641b3c5a12ce72d96d28a465 Mon Sep 17 00:00:00 2001 From: George Peter Banyard Date: Mon, 4 Apr 2022 18:16:52 +0100 Subject: [PATCH] Run section-order QA script on CI (#1498) This prevents from introducing incorrect section orders --- .github/workflows/integrate.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 0e6efe40d4..ada79b5abb 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -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 }}"