From e7e795ca27d9fa4f52857bae8120737feab1011a Mon Sep 17 00:00:00 2001 From: mscherer Date: Tue, 10 Jan 2023 22:42:20 +0100 Subject: [PATCH] Fix CS config. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 167cf4e4..77f1e34c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,7 +168,7 @@ jobs: run: composer stan-setup - name: Run phpcs - run: vendor/bin/phpcs --report=checkstyle src/ tests/ | cs2pr + run: vendor/bin/phpcs - name: Run psalm if: success() || failure()