restore-colemakdh #1

Open
dave wants to merge 41 commits from restore-colemakdh into main
3 changed files with 9 additions and 0 deletions
Showing only changes of commit 650cdea752 - Show all commits

View File

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