summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-08-08 16:31:00 +0000
committerQMK Bot <hello@qmk.fm>2022-08-08 16:31:00 +0000
commita14cd0fba5c938463e9eab101cad8d3a27c58b14 (patch)
treea4f12dc4f098db9447708f0d584e713fdf2a6386 /.github
parent22cb4e520abc1e1e1312c627e743ecbf1d86206b (diff)
parentbccf933bc9932c7e819d0ed6768dfeba3b2c9142 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/format_push.yml4
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