Browse Source

Merge remote-tracking branch 'origin/master' into develop

pull/17952/head
QMK Bot 1 year ago
parent
commit
a14cd0fba5
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      .github/workflows/format_push.yml

+ 4
- 0
.github/workflows/format_push.yml View File

@ -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