2026-08-04 23:11:25 +08:00
|
|
|
#!/usr/bin/env sh
|
|
|
|
|
set -eu
|
2026-08-03 10:04:41 +08:00
|
|
|
|
2026-08-04 23:24:43 +08:00
|
|
|
hook_dir=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
|
|
|
|
|
cd "$hook_dir/.."
|
|
|
|
|
|
2026-08-04 23:11:25 +08:00
|
|
|
bash scripts/test-guanghu-native-authority.sh
|
|
|
|
|
node scripts/validate-guanghu-native-profile.mjs
|