mirror of
https://github.com/opdavies/build-configs.git
synced 2025-03-26 22:22:12 +00:00
feat(phpcs): run in CI
This commit is contained in:
parent
315890165c
commit
c6fe47aff2
|
@ -38,7 +38,9 @@ jobs:
|
||||||
|
|
||||||
just composer install --quiet --no-progress
|
just composer install --quiet --no-progress
|
||||||
|
|
||||||
# TODO: add PHPCS
|
{% if "phpcs" in php|keys -%}
|
||||||
|
just _run php phpcs
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
{% if "phpstan" in php|keys -%}
|
{% if "phpstan" in php|keys -%}
|
||||||
just _run php phpstan analyze --no-progress --memory-limit=512M
|
just _run php phpstan analyze --no-progress --memory-limit=512M
|
||||||
|
|
Loading…
Reference in a new issue