We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c286c83 commit dab5dbaCopy full SHA for dab5dba
.github/workflows/format.yml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
cat ~/files_added.txt ~/files_modified.txt > ~/files_changed.txt
40
qmk format-c --core-only $(< ~/files_changed.txt) || true
41
- qmk format-python $(< ~/files_changed.txt) || true
+ #qmk format-python $(< ~/files_changed.txt) || true
42
qmk format-text $(< ~/files_changed.txt) || true
43
44
- name: Fail when formatting required
0 commit comments