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 7d5b5df commit 8c86113Copy full SHA for 8c86113
.github/workflows/ci.yml
@@ -47,6 +47,8 @@ jobs:
47
48
- name: 🚨 Run coding standards task
49
run: make cs-diff
50
+ env:
51
+ PHP_CS_FIXER_IGNORE_ENV: true
52
53
- name: 🧪 Execute phpunit tests
54
run: make test
0 commit comments