build: re-enable the zig fmt linting build step
This commit is contained in:
parent
4cdd439b4a
commit
f29e01f244
1 changed files with 1 additions and 1 deletions
|
@ -583,7 +583,7 @@ pub fn build_exe(
|
||||||
});
|
});
|
||||||
|
|
||||||
lint_step.dependOn(&lints.step);
|
lint_step.dependOn(&lints.step);
|
||||||
// b.default_step.dependOn(lint_step);
|
b.default_step.dependOn(lint_step);
|
||||||
}
|
}
|
||||||
|
|
||||||
fn gen_version_info(
|
fn gen_version_info(
|
||||||
|
|
Loading…
Add table
Reference in a new issue