about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-09-30 17:33:34 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-09-30 17:33:34 +0200
commitc8dc7db0d3cd16592e54ecf220bbe44b59402d9e (patch)
tree208c964787cbf32f8ca7818bd4f9ae391ad63d74
parentstyle(treewide): Re-format (diff)
downloadflake-templates-c8dc7db0d3cd16592e54ecf220bbe44b59402d9e.tar.gz
flake-templates-c8dc7db0d3cd16592e54ecf220bbe44b59402d9e.zip
build(cog.toml): Format *before* checking the formatting
-rw-r--r--cog.toml2
1 files changed, 1 insertions, 1 deletions
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",