From dd236d877b865083d9eb9d4de7aa258cb1e2191d Mon Sep 17 00:00:00 2001 From: Sergio Ojeda Date: Wed, 23 Mar 2022 14:48:09 -0300 Subject: [PATCH] Add Php Stan to CI --- .github/workflows/laravel.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 75ae27d..3106a6e 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -29,3 +29,6 @@ jobs: DB_CONNECTION: sqlite DB_DATABASE: database/database.sqlite run: vendor/bin/phpunit + - name: Execute Code Static Analysis (PHP Stan + Larastan) + run: | + vendor/bin/phpstan analyse --level=4 --no-progress