aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/format.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml
index ac0835c3a..9b32c4e61 100644
--- a/.github/workflows/format.yaml
+++ b/.github/workflows/format.yaml
@@ -6,7 +6,7 @@ on:
6 - master 6 - master
7 7
8jobs: 8jobs:
9 generate: 9 format:
10 runs-on: ubuntu-latest 10 runs-on: ubuntu-latest
11 container: qmkfm/base_container 11 container: qmkfm/base_container
12 12
@@ -22,7 +22,7 @@ jobs:
22 22
23 - name: Format files 23 - name: Format files
24 run: | 24 run: |
25 bin/qmk cformat 25 bin/qmk cformat -a
26 bin/qmk pyformat 26 bin/qmk pyformat
27 bin/qmk fileformat 27 bin/qmk fileformat
28 28