mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Run section-order QA script on CI (#1498)
This prevents from introducing incorrect section orders
This commit is contained in:
parent
a223531900
commit
830ac0be6d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/integrate.yaml
vendored
4
.github/workflows/integrate.yaml
vendored
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue