~ruther/qmk_firmware

12ece58f535a3a087ff5f22ee2eca9f6769c3cac — QMK Bot 3 years ago b47bdee + 739bf62
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 3 insertions(+), 2 deletions(-)

M .github/workflows/format.yaml
M .github/workflows/format.yaml => .github/workflows/format.yaml +3 -2
@@ 39,11 39,12 @@ jobs:
        qmk format-c --core-only $(< ~/files.txt)
        qmk format-python $(< ~/files.txt)
        qmk format-text $(< ~/files.txt)
        git diff

    - name: Fail when formatting required
      run: |
        git diff
        for file in $(git diff --name-only); do
          echo "::error file=${file}::::File Requires Formatting"
          echo "File '${file}' Requires Formatting"
          echo "::error file=${file}::Requires Formatting"
        done
        test -z "$(git diff --name-only)"