Skip to content

Commit 65c502b

Browse files
committed
add CI
1 parent 796a4c8 commit 65c502b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)