~ruther/qmk_firmware

bccf933bc9932c7e819d0ed6768dfeba3b2c9142 — Joel Challis 3 years ago 9a3c30f
Force no git line ending conversion on format workflow (#16176)

1 files changed, 4 insertions(+), 0 deletions(-)

M .github/workflows/format_push.yml
M .github/workflows/format_push.yml => .github/workflows/format_push.yml +4 -0
@@ 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