Skip to content

Commit 29dad1a

Browse files
committed
Update symfony.yml
1 parent 05368de commit 29dad1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/symfony.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
${{ runner.os }}-php-
3838
- name: Install Dependencies
3939
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
4044
- name: Create Database
4145
run: |
4246
php bin/console --env=test doctrine:database:create

0 commit comments

Comments
 (0)