From 60f91909daa97ac9f681b2b8ae9c60b6987bf279 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 21 Apr 2023 12:45:02 +0100 Subject: [PATCH] ci: run PHPStan --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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