We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05368de commit 29dad1aCopy full SHA for 29dad1a
.github/workflows/symfony.yml
@@ -37,6 +37,10 @@ jobs:
37
${{ runner.os }}-php-
38
- name: Install Dependencies
39
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
40
+ - name: Execute Psalm
41
+ run: php vendor/bin/psalm
42
+ - name: Execute Deptrac
43
+ run: php vendor/bin/deptrac analyse
44
- name: Create Database
45
run: |
46
php bin/console --env=test doctrine:database:create
0 commit comments