Skip to content

Commit ce163cf

Browse files
Fixed line endings on Windows (#33066)
1 parent 5ba1584 commit ce163cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ jobs:
7979
name: PHP ${{ matrix.php }} - ${{ matrix.stability }} - Windows
8080

8181
steps:
82+
- name: Set git to use LF
83+
run: |
84+
git config --global core.autocrlf false
85+
git config --global core.eol lf
86+
8287
- name: Checkout code
8388
uses: actions/checkout@v2
8489

0 commit comments

Comments
 (0)