Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
48a17b4515
1 changed files with 1 additions and 0 deletions
1
.github/workflows/format.yaml
vendored
1
.github/workflows/format.yaml
vendored
|
@ -36,6 +36,7 @@ jobs:
|
|||
- name: Run qmk formatters
|
||||
shell: 'bash {0}'
|
||||
run: |
|
||||
set +e
|
||||
cat ~/files_added.txt ~/files_modified.txt > ~/files_changed.txt
|
||||
qmk format-c --core-only $(< ~/files_changed.txt)
|
||||
qmk format-python $(< ~/files_changed.txt)
|
||||
|
|
Loading…
Reference in a new issue