|
|
@@ -224,7 +224,9 @@ jobs:
|
|
|
run: vendor/bin/phpcs --report=checkstyle src/ tests/
|
|
|
|
|
|
- name: Run psalm
|
|
|
+ if: success() || failure()
|
|
|
run: vendor/bin/psalm.phar --output-format=github
|
|
|
|
|
|
- name: Run phpstan
|
|
|
+ if: success() || failure()
|
|
|
run: vendor/bin/phpstan.phar analyse --error-format=github
|