Browse Source

Remove git config

Mario Zechner 4 years ago
parent
commit
111b15e645
1 changed files with 1 additions and 3 deletions
  1. 1 3
      .github/workflows/format-check.yml

+ 1 - 3
.github/workflows/format-check.yml

@@ -11,9 +11,7 @@ jobs:
     - name: Install OS dependencies (needed for act on ubuntu-latest)      
     - name: Install OS dependencies (needed for act on ubuntu-latest)      
       run: |
       run: |
         sudo apt update
         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      
     - uses: actions/checkout@v1