We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62164b4 commit 3e3c8acCopy full SHA for 3e3c8ac
.github/workflows/Test.yml
@@ -30,10 +30,13 @@ jobs:
30
php-version: ${{ matrix.php }}
31
extensions: json
32
coverage: none
33
- tools: phpunit
+ tools: cs2pr, phpstan, phpunit
34
env:
35
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
37
+ - name: Run PHPStan
38
+ run: phpstan analyse --error-format=checkstyle src | cs2pr
39
+
40
- name: Setup problem matchers for PHPUnit
41
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
42
0 commit comments