miryoku_zmk/.github/workflows/build-example-corne-nice_nano-display.yml
2022-06-02 16:03:51 +10:00

14 lines
344 B
YAML

# Copyright 2022 Manna Harbour
# https://github.com/manna-harbour/miryoku
name: 'Build Example corne nice_nano display'
on: workflow_dispatch
jobs:
build:
uses: ./.github/workflows/main.yml
secrets: inherit
with:
board: '["nice_nano"]'
shield: '["corne_left","corne_right"]'
kconfig: '["CONFIG_ZMK_DISPLAY=y"]'