Skip to content

Commit 55ee81e

Browse files
committed
Update workflow to print Psalm output
1 parent 0c5c088 commit 55ee81e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/static-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
id: analysis
2121
run: vendor/bin/psalm > psalmout.txt || exit 0
2222

23+
- name: Print Psalm output
24+
run: cat psalmout.txt
25+
2326
# Send the reports to the CI server to calculate type coverage and send back commit status checks
2427
- name: Ping CI server with type coverage results
2528
if: github.event.repository.full_name == 'hydephp/develop'

0 commit comments

Comments
 (0)