mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-15 18:38:46 +00:00
26 lines
658 B
YAML
26 lines
658 B
YAML
# 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: ./.github/workflows/main.yml
|
|
secrets: inherit
|
|
with:
|
|
board: '["seeeduino_xiao"]'
|
|
shield: '[
|
|
"bad_wings",
|
|
"chipper_left","chipper_right",
|
|
"clog_v2_left","clog_v2_right",
|
|
"hummingbird",
|
|
"klein_left","klein_right",
|
|
"kpukboard_left","kpukboard_right",
|
|
"revxlp",
|
|
"rommana_left","rommana_right",
|
|
"totem_left","totem_right",
|
|
"xmk",
|
|
"zaphod_lite"
|
|
]'
|