We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac750d commit 7d6132bCopy full SHA for 7d6132b
1 file changed
.github/workflows/build.yml
@@ -37,8 +37,7 @@ jobs:
37
- name: Install dependencies
38
run: composer install --prefer-dist --no-progress --no-suggest --ignore-platform-reqs
39
40
- - name: Set CS-Fixer ignore env
41
- run: set PHP_CS_FIXER_IGNORE_ENV=1
42
-
43
- name: Run test suite
44
run: composer check
+ env:
+ PHP_CS_FIXER_IGNORE_ENV: 1
0 commit comments