diff options
author | QMK Bot <hello@qmk.fm> | 2021-05-18 19:26:46 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-05-18 19:26:46 +0000 |
commit | e756586f41d3227c9696f01c156aa1458f7c9210 (patch) | |
tree | 549c8d09dd98ad32378de1700bc166decea75b59 /.github/workflows | |
parent | 58142f0726147d538167ff3ab793743348f40dcd (diff) | |
parent | 3023015c5b9417b18b59be41664e2af8e9f18a79 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github/workflows')
-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 6d13e78945..c17a04a542 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -34,7 +34,7 @@ jobs: - name: Run qmk cformat and qmk pyformat shell: 'bash {0}' run: | - qmk cformat -n $(< ~/files.txt) + qmk cformat --core-only -n $(< ~/files.txt) cformat_exit=$? qmk pyformat -n pyformat_exit=$? |