From 2279b6fdad4ed2f095b6d3db15c9e58eb65c8c6d Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Thu, 13 Aug 2020 15:57:39 +0200 Subject: [PATCH] phpstan natively sends github action formatted errors no need to use cs2pr for now --- .github/workflows/phpstan.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index d2894e09b..20cc33f3d 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -34,7 +34,6 @@ jobs: extensions: "intl, zip" ini-values: "memory_limit=-1" php-version: "${{ matrix.php-version }}" - tools: "cs2pr" - name: "Determine composer cache directory" id: "determine-composer-cache-directory" @@ -53,4 +52,4 @@ jobs: - name: Run PHPStan run: | bin/composer require --dev phpstan/phpstan:^0.12.26 phpunit/phpunit:^7.5 --with-all-dependencies - vendor/bin/phpstan analyse --configuration=phpstan/config.neon || vendor/bin/phpstan analyse --configuration=phpstan/config.neon --error-format=checkstyle | cs2pr + vendor/bin/phpstan analyse --configuration=phpstan/config.neon