Skip to content

Commit

Permalink
ci: dont update psalm baseline
Browse files Browse the repository at this point in the history
Otherwise the CI wont fail.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
  • Loading branch information
kesselb committed Sep 30, 2024
1 parent 6e8c532 commit e9c0c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: composer i

- name: Psalm
run: composer run psalm:ci -- --monochrome --no-progress --output-format=github --update-baseline --report=results.sarif
run: composer run psalm:ci -- --monochrome --no-progress --output-format=github --report=results.sarif

- name: Show potential changes in Psalm baseline
if: always()
Expand Down

0 comments on commit e9c0c2f

Please sign in to comment.