aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/format.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/format.yaml')
-rw-r--r--.github/workflows/format.yaml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml
index 9415861ea..ba0a86aa7 100644
--- a/.github/workflows/format.yaml
+++ b/.github/workflows/format.yaml
@@ -19,15 +19,14 @@ jobs:
19 container: qmkfm/qmk_cli 19 container: qmkfm/qmk_cli
20 20
21 steps: 21 steps:
22 - name: Install dependencies
23 run: |
24 apt-get update && apt-get install -y dos2unix
25 pip3 install -r requirements-dev.txt
26
27 - uses: actions/checkout@v2 22 - uses: actions/checkout@v2
28 with: 23 with:
29 fetch-depth: 0 24 fetch-depth: 0
30 25
26 - name: Install dependencies
27 run: |
28 pip3 install -r requirements-dev.txt
29
31 - uses: trilom/file-changes-action@v1.2.4 30 - uses: trilom/file-changes-action@v1.2.4
32 id: file_changes 31 id: file_changes
33 with: 32 with: