Skip to content

Commit 146fdbf

Browse files
authored
Add action
1 parent 3dafc4b commit 146fdbf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
jobs:
2+
test:
3+
runs-on: ubuntu-latest
4+
name: Build and Test
5+
steps:
6+
- uses: actions/checkout@v3
7+
- uses: mlugg/setup-zig@v1
8+
- run: zig build test

0 commit comments

Comments
 (0)