We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4113f commit 62dfb93Copy full SHA for 62dfb93
.github/workflows/build.yml
@@ -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