refactor(drupal): reorganise templates

This commit is contained in:
Oliver Davies 2023-09-25 00:25:11 +01:00
parent 578340ca8f
commit 783d76fcf5
4 changed files with 24 additions and 60 deletions

View file

@ -42,10 +42,5 @@ jobs:
just test --testdox --colors=always
{% 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
{%- endif %}