Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaIng <micha@dietpi.com>2021-10-03 20:52:15 +0300
committerGitHub <noreply@github.com>2021-10-03 20:52:15 +0300
commit31796d53c51180d3e7aba9b0520936ad1083d5c6 (patch)
tree21a58a078158f35888ea55f68eedfe57062a8979 /.github
parent1554a7595f372513d35c6515d79fbd8ada63d45e (diff)
[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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/static-code-analysis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml
index 4bfd704793e..9d81355a027 100644
--- a/.github/workflows/static-code-analysis.yml
+++ b/.github/workflows/static-code-analysis.yml
@@ -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