mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 09:48:47 +00:00
18 lines
563 B
YAML
18 lines
563 B
YAML
# Copyright 2021 Manna Harbour
|
|
# https://github.com/manna-harbour/miryoku
|
|
|
|
name: 'Test All Configs'
|
|
on:
|
|
- workflow_dispatch
|
|
jobs:
|
|
build:
|
|
if: github.repository_owner == 'manna-harbour'
|
|
uses: manna-harbour/zmk-config/.github/workflows/main.yml@master
|
|
with:
|
|
board: '["nice_nano"]'
|
|
shield: '["corne_left"]'
|
|
alphas: '["default","azerty","colemak","colemakdhk","dvorak","halmak","workman","qwerty","qwertz"]'
|
|
nav: '["default","vi","invertedt"]'
|
|
clipboard: '["default","fun","mac","win"]'
|
|
layers: '["default","flip"]'
|