Skip to content

Commit

Permalink
fix: add fmt exclude path
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorush committed Jul 19, 2024
1 parent 94b52ef commit 66afcac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ pub fn build(b: *std.Build) void {
"src/templates/exe/build.zig",
"src/templates/lib/build.zig",
"src/templates/prt/build.zig",
"src/templates/prt/build.zig.zon",
},
.check = true,
});
Expand Down

0 comments on commit 66afcac

Please sign in to comment.