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