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

This commit is contained in:
QMK Bot
2021-05-18 19:26:46 +00:00
11 changed files with 364 additions and 19 deletions

View File

@@ -34,7 +34,7 @@ jobs:
- name: Run qmk cformat and qmk pyformat
shell: 'bash {0}'
run: |
qmk cformat -n $(< ~/files.txt)
qmk cformat --core-only -n $(< ~/files.txt)
cformat_exit=$?
qmk pyformat -n
pyformat_exit=$?