From 5d43bd6dd415a9308bfb4e0c922203028ed3f812 Mon Sep 17 00:00:00 2001 From: dnalborczyk Date: Sat, 18 Dec 2021 00:47:51 -0500 Subject: [PATCH] build: fix git line breaks on windows (#4306) --- .gitattributes | 2 +- .github/workflows/tests.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 4964429a867..94f480de94e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -*.js eol=lf +* text=auto eol=lf \ No newline at end of file diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 43f271a08cc..f1df04c8a3a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -78,8 +78,6 @@ jobs: node: ['10', '16'] name: Node ${{ matrix.node }} (Windows) steps: - - name: Configure git line-breaks - run: git config --global core.autocrlf false - name: Checkout Commit uses: actions/checkout@v2 - name: Setup Node