summary refs log tree commit diff stats
path: root/cog.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-12-23 18:40:22 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-12-23 18:41:49 +0100
commit9eb900ee6017d19d523f27d780d756cefc2b72fd (patch)
treecb3becee270fe46bd7d7b04a3271a57b15f46960 /cog.toml
parentbuild(flake): Use treefmt as nix formatter (diff)
downloadnixos-server-9eb900ee6017d19d523f27d780d756cefc2b72fd.tar.gz
nixos-server-9eb900ee6017d19d523f27d780d756cefc2b72fd.zip
style(treewide): Format
Diffstat (limited to 'cog.toml')
-rw-r--r--cog.toml10
1 files changed, 4 insertions, 6 deletions
diff --git a/cog.toml b/cog.toml
index 6f5f747..6528379 100644
--- a/cog.toml
+++ b/cog.toml
@@ -4,16 +4,14 @@ ignore_merge_commits = false
 pre_package_bump_hooks = []
 post_package_bump_hooks = []
 
-branch_whitelist = [
-  "main",
-]
+branch_whitelist = ["main"]
 
 pre_bump_hooks = [
-    "nix flake check", # verify the project builds
+  "nix flake check", # verify the project builds
 ]
 post_bump_hooks = [
-    "git push",
-    "git push origin v{{version}}", # push the new tag to origin
+  "git push",
+  "git push origin v{{version}}", # push the new tag to origin
 ]
 
 [commit_types]