~ruther/qmk_firmware

749918e119a9d0fc7cc01ddf9b8dc11ceef00fba — QMK Bot 3 years ago c2ea267 + 5dcc074
Merge remote-tracking branch 'origin/master' into develop
2 files changed, 2 insertions(+), 0 deletions(-)

M .github/workflows/format.yaml
M .github/workflows/format_push.yaml
M .github/workflows/format.yaml => .github/workflows/format.yaml +1 -0
@@ 22,6 22,7 @@ jobs:
    - name: Install dependencies
      run: |
        apt-get update && apt-get install -y dos2unix
        pip3 install -r requirements-dev.txt

    - uses: actions/checkout@v2
      with:

M .github/workflows/format_push.yaml => .github/workflows/format_push.yaml +1 -0
@@ 16,6 16,7 @@ jobs:
    - name: Install dependencies
      run: |
        apt-get update && apt-get install -y dos2unix
        pip3 install -r requirements-dev.txt

    - uses: actions/checkout@v2
      with: