Skip to content

Commit

Permalink
Include build.zig(.zon) in zig build check and zig build fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jun 17, 2024
1 parent d4118f5 commit 83b3e2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ pub fn build(b: *std.Build) anyerror!void {
"bin",
"chk",
"lib",
"build.zig",
"build.zig.zon",
};

check_step.dependOn(&b.addFmt(.{
Expand Down

0 comments on commit 83b3e2c

Please sign in to comment.