From 73c479005e4720a279138af0278a5def1bd69333 Mon Sep 17 00:00:00 2001 From: ADmad Date: Mon, 17 Nov 2025 22:17:04 +0530 Subject: [PATCH] Fix display of phpcs errors on PRs --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c3ed5e..32eab1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,6 +85,7 @@ jobs: with: php-version: '8.1' extensions: mbstring, intl + tools: cs2pr coverage: none - name: Get composer cache directory @@ -105,4 +106,4 @@ jobs: run: make install-dev - name: Run PHP CodeSniffer - run: vendor/bin/phpcs --report=checkstyle + run: vendor/bin/phpcs --report=checkstyle | cs2pr