Skip to content

Commit 79f2ef4

Browse files
committed
Try this
1 parent 1fcf37f commit 79f2ef4

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/quicktest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)