Merge pull request #48466 from nextcloud/ci/noid/require-up-to-date-psalm-paseline

ci: fail psalm when baseline update required
This commit is contained in:
Daniel 2024-09-30 19:00:04 +02:00 committed by GitHub
commit 1fff4e10ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,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()
@ -100,4 +100,4 @@ jobs:
- name: Show potential changes in Psalm baseline
if: always()
run: git diff -- . ':!lib/composer'
run: git diff --exit-code -- . ':!lib/composer'