mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 17:58:47 +00:00
16 lines
358 B
YAML
16 lines
358 B
YAML
# Copyright 2022 Manna Harbour
|
|
# https://github.com/manna-harbour/miryoku
|
|
|
|
name: 'Test All Xiao Controllers'
|
|
on: workflow_dispatch
|
|
jobs:
|
|
build:
|
|
if: github.repository_owner == 'manna-harbour'
|
|
uses: ./.github/workflows/main.yml
|
|
with:
|
|
board: '[
|
|
"seeeduino_xiao",
|
|
"seeeduino_xiao_ble"
|
|
]'
|
|
shield: '["hummingbird"]'
|