build: re-enable the zig fmt linting build step

This commit is contained in:
CJ van den Berg 2025-03-05 21:44:45 +01:00
parent 4cdd439b4a
commit f29e01f244
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -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(