This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
change combos (same as my zmk config recent changes) #187
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 2021 Manna Harbour | |
# https://github.com/manna-harbour/miryoku | |
name: 'Test Build' | |
on: | |
push: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
build: | |
if: github.repository_owner == 'manna-harbour' | |
uses: ./.github/workflows/main.yml | |
with: | |
keyboard: '["crkbd"]' |