diff --git a/.github/workflows/test-coding-standards.yml b/.github/workflows/test-coding-standards.yml index 49842daa053f..1866f1bbdadb 100644 --- a/.github/workflows/test-coding-standards.yml +++ b/.github/workflows/test-coding-standards.yml @@ -58,4 +58,4 @@ jobs: run: composer update --ansi --no-interaction - name: Run lint - run: composer cs + run: PHP_CS_FIXER_IGNORE_ENV=1 composer cs