Skip to content

Commit 62dfb93

Browse files
committed
automatically run the compile tests
1 parent 7f4113f commit 62dfb93

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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@main
7+
with:
8+
config_path: ./compile_tests

0 commit comments

Comments
 (0)