init
This commit is contained in:
commit
3cdcac8ff0
5 changed files with 42 additions and 0 deletions
6
.github/workflows/build.yml
vendored
Normal file
6
.github/workflows/build.yml
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
name: Build ZMK firmware
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
|
||||
Loading…
Add table
Add a link
Reference in a new issue