Fixing git workflow build
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 4s

This commit is contained in:
2025-07-14 16:56:24 -05:00
parent 3c57a48fa6
commit 650cdea752
3 changed files with 9 additions and 0 deletions

View File

@@ -6,6 +6,11 @@ jobs:
container:
image: qmkfm/qmk_cli
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Checkout submodules
run: |
git submodule update --init --recursive
- name: Prep
run: |
pwd

3
.gitmodules vendored
View File

@@ -0,0 +1,3 @@
[submodule "qmk_firmware"]
path = qmk_firmware
url = gitea@10.24.10.185:Homelab/qmk_firmware.git

1
qmk_firmware Submodule

Submodule qmk_firmware added at 86badb394e