Skip to content

Commit

Permalink
set LF
Browse files Browse the repository at this point in the history
  • Loading branch information
candiduslynx committed Oct 17, 2023
1 parent 40a7390 commit 7aa8816
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Set git to use LF
if: matrix.os == 'windows-latest'
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go 1.x
Expand Down

0 comments on commit 7aa8816

Please sign in to comment.