summaryrefslogtreecommitdiff
path: root/.github/workflows/format.yaml
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-02-22 02:58:43 +0000
committerQMK Bot <hello@qmk.fm>2022-02-22 02:58:43 +0000
commit749918e119a9d0fc7cc01ddf9b8dc11ceef00fba (patch)
tree670f39be2796507e8ef0d8cbdea126fbe1ef1fdf /.github/workflows/format.yaml
parentc2ea26745d07dbf27edc9e29fe72158836b5b8c8 (diff)
parent5dcc0743f596f97cbae548315b48478ce4d81e47 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github/workflows/format.yaml')
-rw-r--r--.github/workflows/format.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml
index f1525526ce..9415861eaa 100644
--- a/.github/workflows/format.yaml
+++ b/.github/workflows/format.yaml
@@ -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: