Skip to content

Commit

Permalink
ci: fail psalm when baseline update required
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
  • Loading branch information
kesselb authored and backportbot[bot] committed Sep 30, 2024
1 parent 06c7baf commit 9dd7be3
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 @@ -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()
Expand Down Expand Up @@ -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'

0 comments on commit 9dd7be3

Please sign in to comment.