Explorar o código

Force no git line ending conversion on format workflow (#16176)

Joel Challis %!s(int64=2) %!d(string=hai) anos
pai
achega
bccf933bc9
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .github/workflows/format_push.yml

+ 4 - 0
.github/workflows/format_push.yml

@@ -17,6 +17,10 @@ jobs:
       with:
         fetch-depth: 0
 
+    - name: Disable automatic eol conversion
+      run: |
+        echo "* -text" > .git/info/attributes
+
     - name: Install dependencies
       run: |
         pip3 install -r requirements-dev.txt