You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
691 B
YAML
39 lines
691 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: ./.github/workflows/main.yml
|
|
with:
|
|
keyboard: '["crkbd"]'
|
|
alphas: '[
|
|
"default",
|
|
"azerty",
|
|
"colemak",
|
|
"colemakdhk",
|
|
"dvorak",
|
|
"halmak",
|
|
"workman",
|
|
"qwerty",
|
|
"qwertz"
|
|
]'
|
|
nav: '[
|
|
"default",
|
|
"vi",
|
|
"invertedt"
|
|
]'
|
|
clipboard: '[
|
|
"default",
|
|
"fun",
|
|
"mac",
|
|
"win"
|
|
]'
|
|
layers: '[
|
|
"default",
|
|
"flip"
|
|
]'
|