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 715a5ae commit 7676184Copy full SHA for 7676184
.github/workflows/check-cmake.yaml
@@ -37,4 +37,9 @@ jobs:
37
run: ./bin/check-cmake.php
38
39
- name: Run PHP CS Fixer
40
- run: php-cs-fixer check --diff --rules=@Symfony,@PER-CS --using-cache=no -- bin
+ run: |
41
+ PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer check \
42
+ --diff \
43
+ --rules=@Symfony,@PER-CS \
44
+ --using-cache=no \
45
+ -- bin
0 commit comments