Skip to content

Commit

Permalink
Add build.zig.zon
Browse files Browse the repository at this point in the history
  • Loading branch information
sam701 committed Oct 20, 2023
1 parent dcf6130 commit 586efcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
with:
version: master
- run: zig fmt --check *.zig src/*.zig
- run: zig build
- run: zig build test
4 changes: 4 additions & 0 deletions build.zig.zon
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.{
.name = "zig-cli",
.version = "0.8.0",
}

0 comments on commit 586efcf

Please sign in to comment.