diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index dec531a2..09e0d064 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -23,7 +23,7 @@ jobs: run: composer update --no-interaction --no-progress - name: Run PHP-CS-Fixer - run: vendor/bin/php-cs-fixer fix -v --allow-risky=yes --dry-run + run: PHP_CS_FIXER_IGNORE_ENV=true vendor/bin/php-cs-fixer fix -v --allow-risky=yes --dry-run phpstan: runs-on: ubuntu-latest