We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275cf1a commit 4c8f3baCopy full SHA for 4c8f3ba
.github/workflows/Lint.yml
@@ -57,3 +57,6 @@ jobs:
57
run: |
58
php tools/php-cs-fixer.phar fix --dry-run --diff --ansi || true
59
php tools/php-cs-fixer.phar fix --dry-run --format=checkstyle | cs2pr
60
+
61
+ - name: Run PHPStan
62
+ run: php tools/phpstan.phar analyze --no-progress
0 commit comments