diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-08 16:31:00 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-08 16:31:00 +0000 |
commit | a14cd0fba5c938463e9eab101cad8d3a27c58b14 (patch) | |
tree | a4f12dc4f098db9447708f0d584e713fdf2a6386 /.github | |
parent | 22cb4e520abc1e1e1312c627e743ecbf1d86206b (diff) | |
parent | bccf933bc9932c7e819d0ed6768dfeba3b2c9142 (diff) | |
download | qmk_firmware-a14cd0fba5c938463e9eab101cad8d3a27c58b14.tar.gz qmk_firmware-a14cd0fba5c938463e9eab101cad8d3a27c58b14.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/format_push.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/format_push.yml b/.github/workflows/format_push.yml index a180b29009..910bba9a4e 100644 --- a/.github/workflows/format_push.yml +++ b/.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 |