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

master
Joel Challis 3 years ago committed by GitHub
parent 9a3c30f2c7
commit bccf933bc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .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

Loading…
Cancel
Save