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()