We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 541f7ab commit 31d9b7aCopy full SHA for 31d9b7a
.github/workflows/push.yml
@@ -1,6 +1,9 @@
1
name: CI
2
on: [push]
3
4
+env:
5
+ PHP_CS_FIXER_IGNORE_ENV: 1
6
+
7
jobs:
8
unit-tests:
9
runs-on: ubuntu-latest
0 commit comments