From 111b15e6453eb90ac9add66d27b91ff0448f1b73 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 18 Aug 2021 21:04:14 +0200 Subject: [PATCH] Remove git config --- .github/workflows/format-check.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index 607c74844..4409d683d 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -11,9 +11,7 @@ jobs: - name: Install OS dependencies (needed for act on ubuntu-latest) run: | sudo apt update - sudo apt install -y --force-yes curl xz-utils libicu-dev git - git config --global core.autocrlf input - git config --global core.eol + sudo apt install -y --force-yes curl xz-utils libicu-dev git dos2unix - uses: actions/checkout@v1