Browse Source

Merge remote-tracking branch 'origin/master' into develop

pull/16379/head
QMK Bot 2 years ago
parent
commit
749918e119
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      .github/workflows/format.yaml
  2. +1
    -0
      .github/workflows/format_push.yaml

+ 1
- 0
.github/workflows/format.yaml View File

@ -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:


+ 1
- 0
.github/workflows/format_push.yaml View File

@ -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:


Loading…
Cancel
Save