Commit Diff


commit - fac6f83825df33e7e88b106983ce5889f9d0c4e3
commit + 4d597b804001eee1921b134523e5211000ea666c
blob - 851bc24788b4313ec1a2f76d7d6c0bc53d729656
blob + e4a3367b55dc6b30f483bd7ad635b25e91fe82c9
--- cog.toml
+++ cog.toml
@@ -1,6 +1,9 @@
 ignore_merge_commits = true
 branch_whitelist = ["main"]
 pre_bump_hooks = [
+	"cargo fmt -- --check",
+	"cargo clippy -- -D warnings",
+	"cargo test",
 	"cargo set-version {{version}}",
 ]
 tag_prefix = "v"