diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-04-30 22:24:42 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-04-30 22:24:42 -0500 |
commit | 9f2643bd5789e9d4f65b1605f7a08bd71f5fe4b7 (patch) | |
tree | 8d176b6de9a1f07db64954266e3d419571767aa3 /install-hooks.sh | |
parent | 53946582d214d3cf559f6db4ef6af1ee44aec39a (diff) | |
download | cleberg.net-9f2643bd5789e9d4f65b1605f7a08bd71f5fe4b7.tar.gz cleberg.net-9f2643bd5789e9d4f65b1605f7a08bd71f5fe4b7.tar.bz2 cleberg.net-9f2643bd5789e9d4f65b1605f7a08bd71f5fe4b7.zip |
remove github actions and hooks
Diffstat (limited to 'install-hooks.sh')
-rwxr-xr-x | install-hooks.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/install-hooks.sh b/install-hooks.sh deleted file mode 100755 index c5e196a..0000000 --- a/install-hooks.sh +++ /dev/null @@ -1,4 +0,0 @@ -# install-hooks.sh -#!/bin/bash -cp utils/hooks/* .git/hooks/ -chmod +x .git/hooks/* |