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 5753264 commit bea682bCopy full SHA for bea682b
.github/workflows/style-check.yml
@@ -23,4 +23,6 @@ jobs:
23
run: composer --working-dir=tools install
24
25
- name: "Run style-check"
26
- run: "composer style-check"
+ run: composer style-check
27
+ env:
28
+ PHP_CS_FIXER_IGNORE_ENV: 1
0 commit comments