mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
ci: fail psalm when baseline update required
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
1796b8254b
commit
ccc5154835
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
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue