mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-25 16:24:20 +01:00
feat: check for formatting errors when committing
This commit is contained in:
4
.hooks/pre-commit
Executable file
4
.hooks/pre-commit
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/hook.sh"
|
||||
|
||||
deno fmt --check
|
||||
Reference in New Issue
Block a user