From 4ee32ededf8d62c2edb63523dd345112e6cb2201 Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean Date: Wed, 4 Dec 2024 13:31:27 +0700 Subject: [PATCH] temporary ignore env PHP-CS-Fixer in github action --- .github/workflows/test-coding-standards.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-coding-standards.yml b/.github/workflows/test-coding-standards.yml index 49842daa053f..aae84fad8ac8 100644 --- a/.github/workflows/test-coding-standards.yml +++ b/.github/workflows/test-coding-standards.yml @@ -59,3 +59,5 @@ jobs: - name: Run lint run: composer cs + env: + PHP_CS_FIXER_IGNORE_ENV: ${{ matrix.php-version == '8.4' }}