logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: d2b16962ffad6a5a489a201881bb3c63853ccb24
parent 597de0e29841aa6c738eb40454620bc30d44099a
Author: QMK Bot <hello@qmk.fm>
Date:   Thu,  4 Jan 2024 07:29:02 +0000

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

Diffstat:

M.github/workflows/format.yml2+-
M.github/workflows/lint.yml2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml @@ -35,7 +35,7 @@ jobs: - name: Get changed files id: file_changes - uses: tj-actions/changed-files@v40 + uses: tj-actions/changed-files@v41 - name: Run qmk formatters shell: 'bash {0}' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml @@ -27,7 +27,7 @@ jobs: - name: Get changed files id: file_changes - uses: tj-actions/changed-files@v40 + uses: tj-actions/changed-files@v41 - name: Print info run: |