Skip to content

Commit

Permalink
Update psalm-update-baseline.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L. <[email protected]>
  • Loading branch information
szaimen authored Jan 20, 2024
1 parent 532114d commit d1383da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/psalm-update-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cd php
composer global require vimeo/psalm --prefer-dist --no-progress --dev
composer install
composer run psalm -- --monochrome --no-progress --output-format=text --update-baseline
composer run psalm --threads=1 --set-baseline=psalm-baseline.xml
git clean -f lib/composer
git checkout composer.json composer.lock lib/composer
continue-on-error: true
Expand Down

0 comments on commit d1383da

Please sign in to comment.