Skip to content

Commit 9c3b829

Browse files
committed
Add PHPStan to CI
1 parent c548eb7 commit 9c3b829

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ jobs:
4040

4141
- name: Unit tests
4242
run: ./vendor/bin/phpunit
43+
44+
- name: PHPStan
45+
run: ./vendor/bin/phpstan analyze

0 commit comments

Comments
 (0)