Browse Source

Ignore exit codes for formatters (#15275)

pull/15276/head
Joel Challis 2 years ago
committed by GitHub
parent
commit
6f425c8aa6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/format.yaml

+ 1
- 0
.github/workflows/format.yaml View File

@ -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…
Cancel
Save