From 22efec1b8dcc0885d5970ec589b2d89926cc44a8 Mon Sep 17 00:00:00 2001 From: Daniel Nalborczyk Date: Fri, 17 Dec 2021 14:30:11 -0500 Subject: [PATCH] build: fix git line breaks on windows --- .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