From ad02935944bdc11c766d2cbfca6c133b709d3256 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 20 Feb 2024 17:35:06 +0100 Subject: build(cog.toml): Add formatting step --- cog.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'cog.toml') diff --git a/cog.toml b/cog.toml index 7b3f4016..4f51c54e 100644 --- a/cog.toml +++ b/cog.toml @@ -7,6 +7,7 @@ post_package_bump_hooks = [] branch_whitelist = ["prime"] pre_bump_hooks = [ + "nix fmt", # Format "nix flake check", # verify the project builds ] post_bump_hooks = [ -- cgit 1.4.1