From 54e5e96ad28de4555659352ca8742194269feb4b Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 5 Jun 2021 16:35:09 -0700 Subject: [PATCH] Force GitHub Actions to preserve line endings Co-authored-by: Jonathan Wren --- .github/workflows/testing.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index a90b939a..47710ca2 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -29,6 +29,7 @@ jobs: os: [ ubuntu-latest, macos-latest, windows-latest ] steps: + - run: git config --global core.autocrlf false - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}