Skip to content

Commit b39135e

Browse files
committed
Fixup CI
1 parent f035e48 commit b39135e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
wget https://github.com/infection/infection/releases/download/0.27.0/infection.phar -O /usr/local/bin/infection
4444
chmod +x /usr/local/bin/infection
4545
46-
- name: Run CS check
46+
- name: Run codestyle check
47+
env:
48+
PHP_CS_FIXER_IGNORE_ENV: 1
4749
run: |
4850
vendor/bin/php-cs-fixer --diff --dry-run -v fix
4951

0 commit comments

Comments
 (0)