|
|
|
@ -51,11 +51,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
- name: Psalm |
|
|
|
|
id: psalm |
|
|
|
|
run: vendor/bin/psalm --show-info=false |
|
|
|
|
|
|
|
|
|
- name: PhpStan |
|
|
|
|
if: (${{ success() }} || ${{ steps.psalm.outcome }} == 'failure') |
|
|
|
|
run: vendor/bin/phpstan analyse |
|
|
|
|
run: vendor/bin/psalm --show-info=false --output-format=github --shepherd |
|
|
|
|
|
|
|
|
|
- name: Doctrine Schema Validator |
|
|
|
|
run: php bin/console doctrine:schema:validate --skip-sync |
|
|
|
|