Skip to content

Commit

Permalink
[stable20] Change output format of Psalm to Github
Browse files Browse the repository at this point in the history
Manual backport of #29044

Signed-off-by: MichaIng <[email protected]>
  • Loading branch information
MichaIng authored Oct 3, 2021
1 parent 1554a75 commit 31796d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Composer install
run: composer i
- name: Psalm
run: composer run psalm -- --monochrome --no-progress --output-format=text --update-baseline || ( git diff -- . ':!lib/composer' && exit 1 )
run: composer run psalm -- --monochrome --no-progress --output-format=github --update-baseline || ( git diff -- . ':!lib/composer' && exit 1 )
- name: Check diff
run: git diff -- . ':!lib/composer'
- name: Show potential changes in Psalm baseline
Expand Down

0 comments on commit 31796d5

Please sign in to comment.