mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 17:58:47 +00:00
14 lines
489 B
YAML
14 lines
489 B
YAML
# Copyright 2021 Manna Harbour
|
|
# https://github.com/manna-harbour/miryoku
|
|
|
|
name: 'Test All Boards'
|
|
on:
|
|
- workflow_dispatch
|
|
jobs:
|
|
build:
|
|
if: github.repository_owner == 'manna-harbour'
|
|
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410
|
|
with:
|
|
board: '["ahokore","ble_chiffre","corne-ish_zen_left","corne-ish_zen_right","ferris_rev02","klacker_bs","one42","planck_rev6","preonic_rev3","technikable","tipper_tf","zaphod"]'
|
|
|