feat(phpcs): run in CI

This commit is contained in:
Oliver Davies 2023-04-23 19:19:04 +01:00
parent 315890165c
commit c6fe47aff2

View file

@ -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