hk 1.49.0

A tool for managing git hooks
1
2
3
4
5
6
7
8
9
10
import "../Builtins.pkl"
import "../Config.pkl"

@Builtins.meta {
  category = "Special Purpose"
  description = "Verify commit message matches conventional commits formatting"
}
check_conventional_commit = new Config.Step {
  check = "hk util check-conventional-commit {{commit_msg_file}}"
}