Skip to content

Commit 0a023ff

Browse files
ddevsrpaulbalandan
andauthored
Update .github/workflows/test-coding-standards.yml
Co-authored-by: John Paul E. Balandan, CPA <[email protected]>
1 parent f51cba5 commit 0a023ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-coding-standards.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,6 @@ jobs:
5858
run: composer update --ansi --no-interaction
5959

6060
- name: Run lint
61-
run: PHP_CS_FIXER_IGNORE_ENV=1 composer cs
61+
run: composer cs
62+
env:
63+
PHP_CS_FIXER_IGNORE_ENV: ${{ matrix.php-version == "8.4" }}

0 commit comments

Comments
 (0)