mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-09-18 11:34:59 +08:00
fix(release):完善当前分发证明与质量门禁
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Canonical versions for required local and Gitea CI tools.
|
||||
GOLANGCI_LINT_VERSION="2.12.2"
|
||||
|
||||
golangci_lint_actual_version() {
|
||||
golangci-lint version 2>/dev/null |
|
||||
sed -n 's/.*has version \([^ ]*\).*/\1/p'
|
||||
}
|
||||
Reference in New Issue
Block a user