diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 713f957..10d6ef9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,6 +17,11 @@ jobs: runs-on: ${{ matrix.platform }} steps: + - name: Set git to use LF + run: | + git config --global core.autocrlf false + git config --global core.eol lf + - uses: actions/checkout@v4 - name: setup node