mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
[stable20] Change output format of Psalm to Github
Manual backport of https://github.com/nextcloud/server/pull/29044 Signed-off-by: MichaIng <micha@dietpi.com>
This commit is contained in:
parent
1554a7595f
commit
31796d53c5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/static-code-analysis.yml
vendored
2
.github/workflows/static-code-analysis.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue