mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Add QA script to CI
This commit is contained in:
parent
ebbc2cff0f
commit
68a99896d6
1 changed files with 3 additions and 0 deletions
3
.github/workflows/integrate.yaml
vendored
3
.github/workflows/integrate.yaml
vendored
|
@ -39,5 +39,8 @@ jobs:
|
|||
path: "doc-base"
|
||||
repository: "php/doc-base"
|
||||
|
||||
- name: "Quality Assurance scripts"
|
||||
run: "php8.0 doc-base/scripts/qa/extensions.xml.php --check"
|
||||
|
||||
- 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