forked from manna-harbour/miryoku_kmonad
-
Notifications
You must be signed in to change notification settings - Fork 0
50 lines (49 loc) · 881 Bytes
/
build-all.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Copyright 2021 Manna Harbour
# https://github.com/manna-harbour/miryoku
name: 'Build All'
on:
- workflow_dispatch
jobs:
build:
if: github.repository_owner == 'manna-harbour'
uses: ./.github/workflows/main.yml
with:
mode: '["build"]'
alphas: '[
"default",
"azerty",
"beakl15",
"colemak",
"colemakdhk",
"dvorak",
"halmak",
"workman",
"qwerty",
"qwertz",
"workman"
]'
nav: '[
"default",
"invertedt"
"vi"
]'
clipboard: '[
"default",
"fun",
"mac",
"win"
]'
layers: '[
"default",
"flip"
]'
mapping: '[
"default",
"noreverseangle",
"lite"
]'
kmonad_os: '[
"default",
"mac",
"win"
]'