File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 4444 name : " QuickTest: PHP ${{ matrix.php }} (${{ matrix.os == 'ubuntu-latest' && 'Linux' || 'Win' }})"
4545
4646 steps :
47+ - name : Prepare git to leave line endings alone
48+ run : git config --global core.autocrlf input
49+
4750 - name : Checkout code
4851 uses : actions/checkout@v4
4952
Original file line number Diff line number Diff line change @@ -118,6 +118,9 @@ jobs:
118118 continue-on-error : ${{ matrix.php == '8.5' }}
119119
120120 steps :
121+ - name : Prepare git to leave line endings alone
122+ run : git config --global core.autocrlf input
123+
121124 - name : Checkout code
122125 uses : actions/checkout@v4
123126
@@ -229,6 +232,9 @@ jobs:
229232 name : " Coverage: ${{ matrix.php }} ${{ matrix.custom_ini && ' with custom ini settings' || '' }} (${{ matrix.os == 'ubuntu-latest' && 'Linux' || 'Win' }})"
230233
231234 steps :
235+ - name : Prepare git to leave line endings alone
236+ run : git config --global core.autocrlf input
237+
232238 - name : Checkout code
233239 uses : actions/checkout@v4
234240
You can’t perform that action at this time.
0 commit comments