From de81758f53e52f075adc93fcc995383855c9a63f Mon Sep 17 00:00:00 2001 From: Maksim Sinik Date: Mon, 17 Feb 2020 16:31:14 +0100 Subject: [PATCH] fix: fixes windows? --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 863c54e4..84fe3a95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: # node-version: 13.x steps: - uses: actions/checkout@v1 - run: | + - run: | git config --global core.autocrlf false - name: Use Node.js uses: actions/setup-node@v1