mirror of
https://github.com/nextcloud/server.git
synced 2026-07-16 23:12:04 -04:00
ci: fail psalm when baseline update required
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
2bc11653e4
commit
64ff9cd2f3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/static-code-analysis.yml
vendored
4
.github/workflows/static-code-analysis.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue