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
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

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