From 31796d53c51180d3e7aba9b0520936ad1083d5c6 Mon Sep 17 00:00:00 2001 From: MichaIng Date: Sun, 3 Oct 2021 19:52:15 +0200 Subject: [PATCH] [stable20] Change output format of Psalm to Github Manual backport of https://github.com/nextcloud/server/pull/29044 Signed-off-by: MichaIng --- .github/workflows/static-code-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml index 4bfd704793ea2..9d81355a027f5 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