diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-11 13:49:45 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-11 13:49:45 +0000 |
commit | 6873c4cf9139715c30cbb816c4b4b3381be35062 (patch) | |
tree | 20446c147525fe8330c18bfb28af3f760e6dda8a /.github/workflows/format.yaml | |
parent | a023484d6434fa9bca6a89ae1b54d1764c2e96df (diff) | |
parent | 4b03b6f7f42a9d25ae00f4d34b0a6151ad2e0e80 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github/workflows/format.yaml')
-rw-r--r-- | .github/workflows/format.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index ac0835c3af..9b32c4e619 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -6,7 +6,7 @@ on: - master jobs: - generate: + format: runs-on: ubuntu-latest container: qmkfm/base_container @@ -22,7 +22,7 @@ jobs: - name: Format files run: | - bin/qmk cformat + bin/qmk cformat -a bin/qmk pyformat bin/qmk fileformat |