diff options
author | QMK Bot <hello@qmk.fm> | 2022-02-22 18:24:50 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-02-22 18:24:50 +0000 |
commit | a58a95f1f5c80fc493d12505d397f0e88f76ce9a (patch) | |
tree | d4f03766b71f21e660ec804cbe229f20230fd81d /.github/workflows/format.yaml | |
parent | 3039186dd91180547a917a02072770e78a44fd48 (diff) | |
parent | 5330d0888dd10bfbdb55196d0713db344e0c3fbb (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github/workflows/format.yaml')
-rw-r--r-- | .github/workflows/format.yaml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 9415861eaa..ba0a86aa78 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -19,15 +19,14 @@ jobs: container: qmkfm/qmk_cli steps: - - name: Install dependencies - run: | - apt-get update && apt-get install -y dos2unix - pip3 install -r requirements-dev.txt - - uses: actions/checkout@v2 with: fetch-depth: 0 + - name: Install dependencies + run: | + pip3 install -r requirements-dev.txt + - uses: trilom/file-changes-action@v1.2.4 id: file_changes with: |