Skip to content

Commit

Permalink
Ignore exit codes for formatters (#15275)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Nov 23, 2021
1 parent 1550768 commit 6f425c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6f425c8

Please sign in to comment.