Skip to content

Commit

Permalink
Merge pull request #48469 from nextcloud/backport/48466/stable30
Browse files Browse the repository at this point in the history
[stable30] ci: fail psalm when baseline update required
  • Loading branch information
kesselb authored Sep 30, 2024
2 parents 2bc1165 + 64ff9cd commit 6560e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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'

0 comments on commit 6560e3a

Please sign in to comment.