restore-colemakdh #1

Open
dave wants to merge 41 commits from restore-colemakdh into main
Showing only changes of commit 2db409ff53 - Show all commits

View File

@@ -6,27 +6,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: ubuntu image: ubuntu
strategy:
matrix:
keyboard: [draculad, iris, scottogame, sweep, swoop]
include:
- keyboard: draculad
qmk_path: draculad
- keyboard: iris
qmk_path: keebio/iris/rev8
- keyboard: scottogame
qmk_path: handwired/scottokeebs/scottogame
- keyboard: sweep
qmk_path: ferris/sweep
- keyboard: swoop
qmk_path: bluebell/swoop
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
submodules: recursive submodules: recursive
- name: Build Docker image - name: Build Docker image
run: docker build --load -t qmk-builder . run: docker build --load -t qmk-builder .
- name: Tag Docker image - name: Tag Docker image