mirror of
https://github.com/archtechx/helpers.git
synced 2025-12-12 04:04:04 +00:00
update CI
This commit is contained in:
parent
8c89c2bf72
commit
cf31db4036
4 changed files with 0 additions and 46 deletions
7
check
7
check
|
|
@ -36,13 +36,6 @@ else
|
|||
esac
|
||||
fi
|
||||
|
||||
if (./vendor/bin/phpstan analyse > /dev/null 2>/dev/null); then
|
||||
echo '✅ PHPStan OK'
|
||||
else
|
||||
echo '❌ PHPStan FAIL'
|
||||
offer_run './vendor/bin/phpstan analyse'
|
||||
fi
|
||||
|
||||
if (./vendor/bin/pest > /dev/null 2>/dev/null); then
|
||||
echo '✅ PEST OK'
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue