From 9c3b829e68154919921a16905ca0fb5d5cf04a65 Mon Sep 17 00:00:00 2001 From: Michael Kopinsky Date: Tue, 19 Nov 2024 19:57:51 -0500 Subject: [PATCH] Add PHPStan to CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fe32c7..340fdf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,3 +40,6 @@ jobs: - name: Unit tests run: ./vendor/bin/phpunit + + - name: PHPStan + run: ./vendor/bin/phpstan analyze