.git-hooks
This commit is contained in:
parent
530ace7b3a
commit
a197d21e67
3
.git-hooks/cp.sh
Executable file
3
.git-hooks/cp.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
cp *[^cp.sh] ../.git/hooks
|
4
.git-hooks/pre-commit
Executable file
4
.git-hooks/pre-commit
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
# fmt
|
||||
deno fmt .
|
Loading…
x
Reference in New Issue
Block a user