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

This commit is contained in:
Drashna Jael're 2021-11-19 09:48:23 -08:00
commit 4be9919e9f
Failed to generate hash of commit
55 changed files with 1928 additions and 174 deletions

View file

@ -37,7 +37,7 @@ jobs:
shell: 'bash {0}'
run: |
qmk format-c --core-only $(< ~/files.txt)
qmk format-python
qmk format-python $(< ~/files.txt)
qmk format-text $(< ~/files.txt)
git diff

View file

@ -25,7 +25,7 @@ jobs:
shell: 'bash {0}'
run: |
qmk format-c -a
qmk format-python
qmk format-python -a
qmk format-text -a
git diff