Add dedicated shift keys with sticky and double-tap for caps word beh… #18
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 | |
secrets: inherit | |
with: | |
board: '["nice_nano"]' | |
shield: '["corne_left"]' |