From 6554b00f035279a338a5bb9fe0f92ed6a0417910 Mon Sep 17 00:00:00 2001 From: Maksim Sinik Date: Mon, 17 Feb 2020 16:47:44 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d577ead329..0098506252 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: # - os: windows-latest # node-version: 13.x steps: + - run: git config --global core.autocrlf false # this is needed to prevent git changing EOL after cloning on Windows OS - uses: actions/checkout@v1 - name: Use Node.js uses: actions/setup-node@v1 @@ -46,6 +47,7 @@ jobs: # - os: windows-latest # node-version: 13.x steps: + - run: git config --global core.autocrlf false # this is needed to prevent git changing EOL after cloning on Windows OS - uses: actions/checkout@v1 - name: Use Node.js uses: actions/setup-node@v1