Skip to content

Commit 603a64a

Browse files
committed
Always run psalm after phpstan even if phpstan fails
Signed-off-by: William Desportes <williamdes@wdes.fr>
1 parent 7eed57a commit 603a64a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint-and-analyse-php.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,6 @@ jobs:
6161
- name: Analyse files with PHPStan
6262
run: composer run phpstan
6363
- name: Analyse files with Psalm
64+
# Allow the previous check to fail but not abort
65+
if: always()
6466
run: composer run psalm -- --shepherd

0 commit comments

Comments
 (0)