feat: Remove Go Typecheck Tools Implement GitHub Actions Based Typecheck for OpenIM (#2140)

* feat: remove go typecheck tools

* feat: add actions go  typecheck tools

* Update verify-typecheck.sh
This commit is contained in:
Xinwei Xiong
2024-03-25 12:27:40 +08:00
committed by GitHub
parent f6ab243d2f
commit 71f62080f3
15 changed files with 19 additions and 547 deletions
-4
View File
@@ -17,10 +17,6 @@
# This script lints each shell script by `shellcheck`.
# Usage: `scripts/verify-shellcheck.sh`.
OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
source "${OPENIM_ROOT}/scripts/lib/init.sh"