mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2026-03-10 18:55:04 +00:00
Update docs and Test workflows for xiao
This commit is contained in:
@@ -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:
|
||||
@@ -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:
|
||||
@@ -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"]'
|
||||
13
.github/workflows/test-all-xiao-shields.yml
vendored
Normal file
13
.github/workflows/test-all-xiao-shields.yml
vendored
Normal 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"]'
|
||||
Reference in New Issue
Block a user