Skip to content

Commit 23146b3

Browse files
committed
☕ Force LF on Windows
1 parent 247b971 commit 23146b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ jobs:
8686
runs-on: ${{ matrix.runner }}
8787

8888
steps:
89-
- run: git config --global core.autocrlf false
89+
- run: |
90+
git config --global core.autocrlf false
91+
git config --global core.eol lf
9092
if: runner.os == 'Windows'
9193
9294
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)