We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d1a69 commit f51cba5Copy full SHA for f51cba5
.github/workflows/test-coding-standards.yml
@@ -58,4 +58,4 @@ jobs:
58
run: composer update --ansi --no-interaction
59
60
- name: Run lint
61
- run: composer cs
+ run: PHP_CS_FIXER_IGNORE_ENV=1 composer cs
0 commit comments