From b25cdc868c99bba9751c7e1bed199601411b954c Mon Sep 17 00:00:00 2001 From: Frank Kleine Date: Thu, 27 Feb 2020 10:41:54 +0100 Subject: [PATCH] disable progress and verbose output so checkstyle report can be passed to cs2pr directly --- .github/workflows/phpcs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/phpcs.yml b/.github/workflows/phpcs.yml index 7569ee34..baedf05b 100644 --- a/.github/workflows/phpcs.yml +++ b/.github/workflows/phpcs.yml @@ -40,6 +40,4 @@ jobs: run: composer install --prefer-dist --no-progress --no-suggest - name: phpcs - run: | - vendor/bin/phpcs --report-checkstyle=cs-report.xml - cs2pr cs-report.xml + run: vendor/bin/phpcs --report--report=checkstyle -q | cs2pr