fix(release): 完成分发证明代际绑定与质量门禁收口
bat-rust / Build and test Rust (push) Canceled after 0s
bat-rust / Build and test Go API (push) Canceled after 0s

This commit is contained in:
2026-09-15 21:13:52 +08:00
parent 13b0bd5b45
commit 99355effe4
29 changed files with 1137 additions and 189 deletions
+1 -3
View File
@@ -229,9 +229,7 @@ jobs:
set -euo pipefail
source /var/lib/act_runner/env.sh
files="$(git ls-files '*.go')"
test -n "${files}"
test -z "$(gofmt -l ${files})"
make check-go-format
- name: Run Go API vet
shell: bash