Browse Source

Annotate phpstan errors in pull requests (#8852)

Utilizing https://github.com/staabm/annotate-pull-request-from-checkstyle
Jordi Boggiano 4 years ago
parent
commit
00e1deec90
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/phpstan.yml

+ 2 - 1
.github/workflows/phpstan.yml

@@ -34,6 +34,7 @@ jobs:
           extensions: "intl"
           ini-values: "memory_limit=-1"
           php-version: "${{ matrix.php-version }}"
+          tools: "cs2pr"
 
       - name: "Determine composer cache directory"
         id: "determine-composer-cache-directory"
@@ -52,4 +53,4 @@ jobs:
       - name: Run PHPStan
         run: |
           bin/composer require --dev phpstan/phpstan:^0.12 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