Skip to content

Commit 1abae68

Browse files
committed
generate cache for psalm to work
1 parent 4d9d770 commit 1abae68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: "PHP-CS-Fixer"
2222
run: vendor/bin/php-cs-fixer fix --dry-run
2323
- name: "PSalm"
24-
run: vendor/bin/psalm --show-info=true
24+
run: ./console debug:config && vendor/bin/psalm --show-info=true

0 commit comments

Comments
 (0)