Bläddra i källkod

Always show the psalm baseline change, even on failure

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
tags/v26.0.0beta1
Côme Chilliet 1 år sedan
förälder
incheckning
d2204a71c6
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2
    0
      .github/workflows/static-code-analysis.yml

+ 2
- 0
.github/workflows/static-code-analysis.yml Visa fil

@@ -29,6 +29,7 @@ jobs:
run: composer run psalm -- --monochrome --no-progress --output-format=github --update-baseline --report=results.sarif

- name: Show potential changes in Psalm baseline
if: always()
run: git diff -- . ':!lib/composer'

- name: Upload Analysis results to GitHub
@@ -90,4 +91,5 @@ jobs:
run: composer run psalm -- -c psalm-ocp.xml --monochrome --no-progress --output-format=github --update-baseline

- name: Show potential changes in Psalm baseline
if: always()
run: git diff -- . ':!lib/composer'

Laddar…
Avbryt
Spara