From 4951b711ccc99ad2870a8c7fb8b8d2a6ef5334cf Mon Sep 17 00:00:00 2001 From: Andreas Hennings Date: Fri, 8 Nov 2024 15:39:24 +0100 Subject: [PATCH] Issue #43: Run phpcs in github action. --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3b22d363..9b9b992d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -55,6 +55,10 @@ jobs: run: | docker-compose exec -T web composer install --no-interaction + - name: PhpCS + run: | + docker-compose exec -T web ./vendor/bin/phpcs -s + - name: Drupal site install run: | docker-compose exec -T web ./vendor/bin/run drupal:site-install