From b8ffe7dfe07eb520b773c80aaec3c3819253679c Mon Sep 17 00:00:00 2001 From: Christer Edvartsen Date: Mon, 6 Jan 2025 11:08:56 +0100 Subject: [PATCH] Silence php-cs-fixer issue --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7999c1..c24f9ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,8 @@ jobs: - name: Check coding standard run: php-cs-fixer fix --dry-run --diff + env: + PHP_CS_FIXER_IGNORE_ENV: 1 - uses: actions/upload-artifact@v4 if: always()