Change to reusable workflows

This commit is contained in:
Manna Harbour
2021-11-04 15:17:30 +11:00
parent d7e8d1fc7b
commit 0eff3d2ebc
26 changed files with 183 additions and 1751 deletions

13
.github/workflows/test-all-boards.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
# 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@master
with:
board: '["ahokore","ble_chiffre","corne-ish_zen_left","corne-ish_zen_right","ferris_rev02","planck_rev6","preonic_rev3","zaphod"]'