ci: run PHPStan

This commit is contained in:
Oliver Davies 2023-04-21 12:45:02 +01:00
parent 8577874480
commit 60f91909da

View file

@ -38,6 +38,7 @@ jobs:
just composer install --quiet --no-progress
# TODO: add PHPCS and PHPStan
# TODO: add PHPCS
just _run php phpstan analyze
just test --testdox --colors=always