PHPStan is GH Actions-friendly

no need for cs2pr
This commit is contained in:
Viktor Szépe
2020-09-16 20:09:53 +02:00
committed by Shivam Mathur
parent 0ca827ae3b
commit b98ed88402

View File

@ -594,10 +594,10 @@ For examples refer to [cs2pr documentation](https://github.com/staabm/annotate-p
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
tools: cs2pr, phpstan
tools: phpstan
- name: PHPStan
run: phpstan analyse src --error-format=checkstyle | cs2pr
run: phpstan analyse src
```
### Examples