From c8dc7db0d3cd16592e54ecf220bbe44b59402d9e Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 30 Sep 2024 17:33:34 +0200 Subject: build(cog.toml): Format *before* checking the formatting --- cog.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cog.toml b/cog.toml index 2432184..ce27d2f 100644 --- a/cog.toml +++ b/cog.toml @@ -4,8 +4,8 @@ ignore_merge_commits = false pre_bump_hooks = [ "./instantiate_templates.sh", # Build the build directory - "nix flake check", # verify the project builds "nix fmt", # format + "nix flake check", # verify the project builds ] post_bump_hooks = [ "git push", -- cgit 1.4.1