Ignore exit codes for formatters (#15275)
This commit is contained in:
parent
155076889a
commit
6f425c8aa6
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