We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e35a68 commit 02d9d93Copy full SHA for 02d9d93
1 file changed
.github/workflows/php.yml
@@ -36,3 +36,6 @@ jobs:
36
37
- name: Run phpunit
38
run: ./vendor/bin/phpunit
39
+
40
+ - name: Run phpstan
41
+ run: ./vendor/bin/phpstan
0 commit comments