Skip to content

Commit 4594f68

Browse files
committed
FIx
1 parent e703d87 commit 4594f68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
uses: actions/setup-go@v1
1616
with:
1717
go-version: ${{ matrix.go-version }}
18+
- name: Set git to use LF
19+
run: |
20+
git config --global core.autocrlf false
21+
git config --global core.eol lf
1822
- name: Checkout
1923
uses: actions/checkout@v2
2024
with:

0 commit comments

Comments
 (0)