diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8ae3dd5..87a5764 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,10 @@ jobs: with: go-version: ${{ matrix.go-version }} + - name: Set git on win to use LF + run: | + git config --global core.autocrlf false + git config --global core.eol lf - name: Checkout code uses: actions/checkout@v2 - name: Test