Skip to content

Commit 4c8f3ba

Browse files
authored
1 parent 275cf1a commit 4c8f3ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Lint.yml

+3
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ jobs:
5757
run: |
5858
php tools/php-cs-fixer.phar fix --dry-run --diff --ansi || true
5959
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

Comments
 (0)