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 dd7c891 commit fd1b0eeCopy full SHA for fd1b0ee
.github/workflows/tests.yml
@@ -29,6 +29,11 @@ jobs:
29
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.os }}
30
31
steps:
32
+ - name: Set git to use LF
33
+ run: |
34
+ git config --global core.autocrlf false
35
+ git config --global core.eol lf
36
+
37
- name: Checkout code
38
uses: actions/checkout@v4
39
@@ -70,6 +75,11 @@ jobs:
70
75
71
76
72
77
78
79
80
81
82
73
83
74
84
85
0 commit comments