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 bd85d5b commit 82e28efCopy full SHA for 82e28ef
.github/workflows/main.yml
@@ -45,3 +45,10 @@ jobs:
45
run: "php -l src/ tests/"
46
- name: "install composer dependencies"
47
run: "composer install --prefer-dist --no-progress"
48
+ # PHPStan
49
+ - name: "PHPStan static analysis"
50
+ uses: "php-actions/phpstan@v3"
51
+ with:
52
+ php_version: "${{ matrix.php-version }}"
53
+ configuration: "phpstan.neon"
54
+ path: "src/ tests/"
0 commit comments