mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-05-02 12:01:34 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
a14cd0fba5
4
.github/workflows/format_push.yml
vendored
4
.github/workflows/format_push.yml
vendored
@ -17,6 +17,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Disable automatic eol conversion
|
||||||
|
run: |
|
||||||
|
echo "* -text" > .git/info/attributes
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip3 install -r requirements-dev.txt
|
pip3 install -r requirements-dev.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user