feat(tool): Add pre-commit hook to check formatting
@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
melos run format-check