Skip to content

Commit f51cba5

Browse files
committed
temporary ignore env PHP-CS-Fixer in github action
1 parent 08d1a69 commit f51cba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

6060
- name: Run lint
61-
run: composer cs
61+
run: PHP_CS_FIXER_IGNORE_ENV=1 composer cs

0 commit comments

Comments
 (0)