From 20a7ebf9ea8ad539ea7c82c3081f4f9d71cd0206 Mon Sep 17 00:00:00 2001 From: Vincent Dauce Date: Fri, 16 Aug 2019 20:12:46 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a6ded07a41..4d92da6659 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,8 +12,8 @@ jobs: run: composer update --no-progress --ignore-platform-reqs - name: PHPCS run: | - composer require friendsofphp/php-cs-fixer - ./vendor/bin/php-cs-fixer fix src + composer require friendsofphp/php-cs-fixer --ignore-platform-reqs + ./vendor/bin/php-cs-fixer fix src ./vendor/bin/php-cs-fixer fix tests - name: Auto Commit if: github.event.head_commit.author.name != 'PHP CS Fixer'