Skip to content

Commit

Permalink
Show Psalm info
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 31, 2024
1 parent a5a6178 commit bb6ec8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb6ec8c

Please sign in to comment.