chore: 增加提交信息中文校验

This commit is contained in:
msumshk
2026-01-29 05:27:40 +00:00
parent 3c97e355fd
commit 7b91a46653
3 changed files with 20 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
if [ ! -w "${HOME:-/root}" ]; then
export HOME=/tmp
export XDG_CACHE_HOME="${XDG_CACHE_HOME:-/tmp}"
export COREPACK_HOME="${COREPACK_HOME:-/tmp/corepack}"
fi