This commit is contained in:
Waylon S. Walker 2025-01-12 16:58:13 -06:00
commit 3cdcac8ff0
5 changed files with 42 additions and 0 deletions

6
.github/workflows/build.yml vendored Normal file
View 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