miryoku_zmk/.github/workflows/test-all-configs.yml
Manna Harbour 42ba4d71b6 Add modules
- Add modules workflow option
- Add extra and tap as additional options
- Move clipboard to additional options
- Add outboard_modules to outboards
- Replace zmk with outboard_branches in outboards
2024-03-08 09:31:36 +11:00

65 lines
1.2 KiB
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: ./.github/workflows/main.yml
secrets: inherit
with:
board: '["nice_nano"]'
shield: '["corne_left"]'
alphas: '[
"default",
"azerty",
"beakl15",
"colemak",
"colemakdhk",
"dvorak",
"halmak",
"qwerty",
"qwertz",
"workman"
]'
extra: '[
"default",
"azerty",
"beakl15",
"colemak",
"colemakdhk",
"dvorak",
"halmak",
"qwerty",
"qwertz",
"workman"
]'
tap: '[
"default",
"azerty",
"beakl15",
"colemak",
"colemakdhk",
"dvorak",
"halmak",
"qwerty",
"qwertz",
"workman"
]'
nav: '[
"default",
"invertedt",
"vi"
]'
clipboard: '[
"default",
"fun",
"mac",
"win"
]'
layers: '[
"default",
"flip"
]'