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-14 06:39:47 +08:00
parent c17904ee1c
commit 13b0bd5b45
39 changed files with 1590 additions and 228 deletions
+2 -1
View File
@@ -64,7 +64,8 @@ make ci-check
```
`make ci-check` 是只读 required 门禁;`make format` / `make fmt` 才会格式化源码。
如果环境中没有 `golangci-lint`,脚本会明确报告 optional gate skipped。
Go lint 是 required gate,使用 `scripts/ci-versions.sh` 固定的
`golangci-lint 2.12.2`;工具缺失或版本不匹配都会失败。
查看官方同步命令: