mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-22 18:27:31 +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
|
||||
|
||||
# TODO: add PHPCS
|
||||
{% if "phpcs" in php|keys -%}
|
||||
just _run php phpcs
|
||||
{%- endif %}
|
||||
|
||||
{% if "phpstan" in php|keys -%}
|
||||
just _run php phpstan analyze --no-progress --memory-limit=512M
|
||||
|
|
Loading…
Reference in a new issue