From 8182abc9fa6f6398371309ac7becfdbd141da8f6 Mon Sep 17 00:00:00 2001 From: Marco Cesarato Date: Wed, 10 Feb 2021 15:47:33 +0100 Subject: [PATCH] chore(ci): change php linter --- .github/workflows/php.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 151c6e5..faec2ba 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -1,4 +1,4 @@ -name: Linter +name: Code Checker on: push: @@ -34,6 +34,9 @@ jobs: run: composer install --prefer-dist --no-progress --no-suggest - name: PHP Lint - uses: michaelw90/PHP-Lint@2.1.0 + uses: davidlienhard/php-simple-lint@1 + with: + folder: './' + ignore: './vendor/\*' - uses: symfonycorp/security-checker-action@v2 \ No newline at end of file