We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f035e48 commit b39135eCopy full SHA for b39135e
1 file changed
.github/workflows/main.yml
@@ -43,7 +43,9 @@ jobs:
43
wget https://github.com/infection/infection/releases/download/0.27.0/infection.phar -O /usr/local/bin/infection
44
chmod +x /usr/local/bin/infection
45
46
- - name: Run CS check
+ - name: Run codestyle check
47
+ env:
48
+ PHP_CS_FIXER_IGNORE_ENV: 1
49
run: |
50
vendor/bin/php-cs-fixer --diff --dry-run -v fix
51
0 commit comments