Skip to content

Commit ed2b1b5

Browse files
committed
Add workflow
Signed-off-by: Leo Lou <louyuhong@gmail.com>
1 parent abd1c44 commit ed2b1b5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: Build ZMK firmware
2+
on: [push, pull_request, workflow_dispatch]
3+
4+
jobs:
5+
build:
6+
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@v0.3

0 commit comments

Comments
 (0)