We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796a4c8 commit 65c502bCopy full SHA for 65c502b
1 file changed
.github/workflows/ci.yaml
@@ -0,0 +1,13 @@
1
+name: CI
2
+on: [push, workflow_dispatch]
3
+
4
+jobs:
5
+ test:
6
+ runs-on: ubuntu-24.04
7
+ name: Build and Test
8
+ steps:
9
+ - uses: actions/checkout@v3
10
+ - uses: mlugg/setup-zig@v2
11
+ with:
12
+ version: 0.15.1
13
+ - run: zig build test
0 commit comments