diff options
author | Joel Challis <git@zvecr.com> | 2020-12-11 13:49:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-11 13:49:03 +0000 |
commit | 1ebd243cdc759e68205787af7d6517d89632876a (patch) | |
tree | 2d54ffa0f9f979b0af9e1fcb3e5fdbc511c70ee9 /.github/workflows/format.yaml | |
parent | b1858167177a60c16e0e8022b7a2f5ee0eb03c24 (diff) | |
download | qmk_firmware-1ebd243cdc759e68205787af7d6517d89632876a.tar.gz qmk_firmware-1ebd243cdc759e68205787af7d6517d89632876a.zip |
CI automated format fixes (#11179)
* Format all C files for now, till diff logic works within CI
* Fix recursion of dos2unix
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 |