diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e587ef1..f9f3fa3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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