From 16b886b2c91edc6bcca4d6e463e38c58b93f282f Mon Sep 17 00:00:00 2001 From: Sasaya Date: Thu, 15 Jan 2026 18:08:32 +0800 Subject: [PATCH] chore: add types analysis to CI workflow --- .github/workflows/static-analysis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 141560b5f..14c221ce1 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -34,4 +34,6 @@ jobs: COMPOSER_MEMORY_LIMIT=-1 composer install --prefer-dist -n -o - name: Execute static analysis - run: vendor/bin/phpstan --configuration="phpstan.neon.dist" --memory-limit=-1 + run: | + vendor/bin/phpstan --configuration="phpstan.neon.dist" --memory-limit=-1 + vendor/bin/phpstan --configuration="phpstan.types.neon.dist" --memory-limit=-1