aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2024-09-30 18:05:05 +0200
committerDaniel Kesselberg <mail@danielkesselberg.de>2024-10-30 15:55:59 +0100
commitccc51548354e2f9ef4cdb18a2f1a3ee36cdd28a4 (patch)
tree189846076e4a4738c961bf14097d994b906d259c /.github
parent1796b8254be884866e8dfe97e768c6d4429048a5 (diff)
downloadnextcloud-server-ccc51548354e2f9ef4cdb18a2f1a3ee36cdd28a4.tar.gz
nextcloud-server-ccc51548354e2f9ef4cdb18a2f1a3ee36cdd28a4.zip
ci: fail psalm when baseline update required
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/static-code-analysis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml
index 0314a5996e3..4aa2e1f9b69 100644
--- a/.github/workflows/static-code-analysis.yml
+++ b/.github/workflows/static-code-analysis.yml
@@ -36,7 +36,7 @@ jobs:
- name: Show potential changes in Psalm baseline
if: always()
- run: git diff -- . ':!lib/composer'
+ run: git diff --exit-code -- . ':!lib/composer'
- name: Upload Analysis results to GitHub
if: always()
@@ -98,4 +98,4 @@ jobs:
- name: Show potential changes in Psalm baseline
if: always()
- run: git diff -- . ':!lib/composer'
+ run: git diff --exit-code -- . ':!lib/composer'