diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/format.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 6d13e7894..c17a04a54 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml | |||
| @@ -34,7 +34,7 @@ jobs: | |||
| 34 | - name: Run qmk cformat and qmk pyformat | 34 | - name: Run qmk cformat and qmk pyformat |
| 35 | shell: 'bash {0}' | 35 | shell: 'bash {0}' |
| 36 | run: | | 36 | run: | |
| 37 | qmk cformat -n $(< ~/files.txt) | 37 | qmk cformat --core-only -n $(< ~/files.txt) |
| 38 | cformat_exit=$? | 38 | cformat_exit=$? |
| 39 | qmk pyformat -n | 39 | qmk pyformat -n |
| 40 | pyformat_exit=$? | 40 | pyformat_exit=$? |
