Make sure 'cformat' only runs on core files (#12909)
Co-authored-by: Zach White <skullydazed@drpepper.org>
This commit is contained in:
parent
1c81e69503
commit
3023015c5b
2 changed files with 17 additions and 7 deletions
2
.github/workflows/format.yaml
vendored
2
.github/workflows/format.yaml
vendored
|
@ -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=$?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue