Skip to content

Commit 7d6132b

Browse files
committed
Add PHP-CS-Fixer ignore env #10
1 parent 5ac750d commit 7d6132b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
- name: Install dependencies
3838
run: composer install --prefer-dist --no-progress --no-suggest --ignore-platform-reqs
3939

40-
- name: Set CS-Fixer ignore env
41-
run: set PHP_CS_FIXER_IGNORE_ENV=1
42-
4340
- name: Run test suite
4441
run: composer check
42+
env:
43+
PHP_CS_FIXER_IGNORE_ENV: 1

0 commit comments

Comments
 (0)