Fixing git workflow build
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 4s
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 4s
This commit is contained in:
5
.github/workflows/lint_and_compile.yml
vendored
5
.github/workflows/lint_and_compile.yml
vendored
@@ -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
3
.gitmodules
vendored
@@ -0,0 +1,3 @@
|
||||
[submodule "qmk_firmware"]
|
||||
path = qmk_firmware
|
||||
url = gitea@10.24.10.185:Homelab/qmk_firmware.git
|
||||
|
||||
1
qmk_firmware
Submodule
1
qmk_firmware
Submodule
Submodule qmk_firmware added at 86badb394e
Reference in New Issue
Block a user