mirror of
https://github.com/danog/endtoend-test-psl.git
synced 2024-12-02 09:38:32 +01:00
don't install dependencies when checking documentation
This commit is contained in:
parent
f1fb7e2249
commit
13596f0ff1
3
.github/workflows/documentation-check.yml
vendored
3
.github/workflows/documentation-check.yml
vendored
@ -18,8 +18,5 @@ jobs:
|
|||||||
tools: composer:v2, cs2pr
|
tools: composer:v2, cs2pr
|
||||||
extensions: bcmath, mbstring, intl, sodium, json
|
extensions: bcmath, mbstring, intl, sodium, json
|
||||||
|
|
||||||
- name: "installing dependencies"
|
|
||||||
run: "composer update --no-interaction --no-progress"
|
|
||||||
|
|
||||||
- name: "checking if documentation is up-to-date."
|
- name: "checking if documentation is up-to-date."
|
||||||
run: "php docs/documenter.php check"
|
run: "php docs/documenter.php check"
|
||||||
|
Loading…
Reference in New Issue
Block a user