Skip to content

Commit 9c0cb07

Browse files
committed
ci: set core.autocrlf=input
1 parent add3a2a commit 9c0cb07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- windows-latest
2727
runs-on: "${{ matrix.os }}"
2828
steps:
29+
- run: git config --global core.autocrlf input
2930
- name: Configure ubuntu
3031
if: contains(matrix.os, 'ubuntu')
3132
shell: bash

0 commit comments

Comments
 (0)