From a1dee0206f7de57cf9ef4212aedf57ffe7bf2250 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 8 Aug 2022 06:53:22 +1000 Subject: [PATCH] Remove cs-fixer from github actions --- .github/workflows/phpunit.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 8563d21a4713..d9f781b41797 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -107,7 +107,3 @@ jobs: env: DB_PORT: ${{ job.services.mysql.ports[3306] }} PHP_CS_FIXER_IGNORE_ENV: true - - - name: Run php-cs-fixer - run: | - PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix