From bb6ec8c4943467a59c0c1089acd5c7000f6603f0 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Wed, 31 Jul 2024 14:00:56 +0200 Subject: [PATCH] Show Psalm info --- .github/workflows/static-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 8912950308e..91eaf200989 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -18,7 +18,7 @@ jobs: - name: Run Psalm id: analysis - run: vendor/bin/psalm > psalmout.txt || exit 0 + run: vendor/bin/psalm --show-info=true > psalmout.txt || exit 0 - name: Print Psalm output run: cat psalmout.txt