mirror of
https://github.com/opdavies/build-configs.git
synced 2025-02-02 13:57:33 +00:00
feat: run PHPStan in CI if enabled
This commit is contained in:
parent
5ee6810c95
commit
0165029423
|
@ -38,6 +38,10 @@ jobs:
|
||||||
|
|
||||||
just composer install --quiet --no-progress
|
just composer install --quiet --no-progress
|
||||||
|
|
||||||
# TODO: add PHPCS and PHPStan
|
# TODO: add PHPCS
|
||||||
|
|
||||||
|
{% if "phpstan" in php|keys -%}
|
||||||
|
just _run php phpstan analyze
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
just test --testdox --colors=always
|
just test --testdox --colors=always
|
||||||
|
|
Loading…
Reference in a new issue