1
0
Fork 0
mirror of https://github.com/archtechx/helpers.git synced 2025-12-12 04:04:04 +00:00

update CI

This commit is contained in:
Samuel Štancl 2021-10-28 19:39:09 +02:00
parent 8c89c2bf72
commit cf31db4036
4 changed files with 0 additions and 46 deletions

7
check
View file

@ -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