Update docs and Test workflows for xiao

This commit is contained in:
Manna Harbour
2022-04-05 14:03:09 +10:00
parent 5457575bb7
commit 4896aa8e55
5 changed files with 40 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
# Copyright 2021 Manna Harbour
# https://github.com/manna-harbour/miryoku
name: 'Test All Controllers'
name: 'Test All Promicro Controllers'
on:
- workflow_dispatch
jobs:

View File

@@ -1,7 +1,7 @@
# Copyright 2022 Manna Harbour
# https://github.com/manna-harbour/miryoku
name: 'Test All Shields'
name: 'Test All Promicro Shields'
on:
- workflow_dispatch
jobs:

View File

@@ -1,7 +1,7 @@
# Copyright 2022 Manna Harbour
# https://github.com/manna-harbour/miryoku
name: 'Test All Seeeduino Xiao Shields'
name: 'Test All Xiao Controllers'
on:
- workflow_dispatch
jobs:
@@ -10,4 +10,4 @@ jobs:
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410
with:
board: '["seeeduino_xiao","seeeduino_xiao_ble"]'
shield: '["hummingbird","zaphod_lite"]'
shield: '["hummingbird"]'

View File

@@ -0,0 +1,13 @@
# Copyright 2022 Manna Harbour
# https://github.com/manna-harbour/miryoku
name: 'Test All Xiao Shields'
on:
- workflow_dispatch
jobs:
build:
if: github.repository_owner == 'manna-harbour'
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410
with:
board: '["seeeduino_xiao"]'
shield: '["hummingbird","zaphod_lite"]'