1
0
Fork 0

Merge pull request #9122 from staabm/patch-2

phpstan natively sends github action formatted errors
pull/9130/head
Jordi Boggiano 2020-08-13 17:01:48 +02:00 committed by GitHub
commit 0eebdcf2e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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