Skip to content

Commit 01c0eb0

Browse files
committed
☕ Force LF on Windows in case
1 parent 5a8c8ff commit 01c0eb0

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
@@ -77,7 +77,9 @@ jobs:
7777
runs-on: ${{ matrix.runner }}
7878
timeout-minutes: 15
7979
steps:
80-
- run: git config --global core.autocrlf false
80+
- run: |
81+
git config --global core.autocrlf false
82+
git config --global core.eol lf
8183
if: runner.os == 'Windows'
8284
8385
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)