From c78c1bea7ded552a98c9cc1e126e7ae66e07cc30 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 31 Jul 2020 07:37:44 +0200 Subject: [PATCH] Add thing for code standard. --- .github/workflows/laravel.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index b678c9b6d1..d63d3f17b2 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -116,6 +116,7 @@ jobs: - name: install depenencies run: | composer global require nette/coding-standard + composer global require symplify/easy-coding-standard composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --no-suggest - name: Execute tests (Unit and Feature tests) via PHPUnit @@ -147,9 +148,9 @@ jobs: with: name: composer path: ~/.composer - - name: install depenencies + - name: Install depenencies run: | composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --no-suggest - - name: Execute tests (Unit and Feature tests) via PHPUnit + - name: Execute PHPStan run: vendor/bin/phpstan analyse