From b997b87f2c25c8e4dafed1bcbd09e14f6a58572a Mon Sep 17 00:00:00 2001 From: Pion <59523206+pionbot@users.noreply.github.com> Date: Sat, 20 Dec 2025 20:07:22 +0000 Subject: [PATCH] Update CI configs to v0.11.36 Update lint scripts and CI configs. --- .github/install-hooks.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/install-hooks.sh b/.github/install-hooks.sh index 8aa34be9..2bad37c1 100755 --- a/.github/install-hooks.sh +++ b/.github/install-hooks.sh @@ -17,4 +17,3 @@ SCRIPT_PATH="$(realpath "$(dirname "$0")")" cp "${GOASSETS_PATH}/hooks/commit-msg.sh" "${SCRIPT_PATH}/../.git/hooks/commit-msg" cp "${GOASSETS_PATH}/hooks/pre-commit.sh" "${SCRIPT_PATH}/../.git/hooks/pre-commit" -cp "${GOASSETS_PATH}/hooks/pre-push.sh" "${SCRIPT_PATH}/../.git/hooks/pre-push"