Skip to content

feat: 同步账号共享、网关与计费功能更新 #68

feat: 同步账号共享、网关与计费功能更新

feat: 同步账号共享、网关与计费功能更新 #68

Triggered via push July 16, 2026 18:40
Status Failure
Total duration 6m 12s
Artifacts

backend-ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
golangci-lint: backend/internal/handler/account_share_mode_handler.go#L967
ST1005: error strings should not be capitalized (staticcheck)
golangci-lint: backend/internal/handler/account_share_mode_handler.go#L962
ST1005: error strings should not be capitalized (staticcheck)
golangci-lint: backend/internal/repository/account_share_mode_repo.go#L1000
ineffectual assignment to next (ineffassign)
golangci-lint: backend/internal/service/openai_responses_lite_tools_test.go#L27
Error return value is not checked (errcheck)
golangci-lint: backend/internal/service/openai_responses_lite_tools_test.go#L25
Error return value is not checked (errcheck)
golangci-lint: backend/internal/service/openai_agent_identity_test.go#L90
Error return value is not checked (errcheck)
golangci-lint: backend/internal/service/content_moderation_input.go#L69
Error return value of `(*strings.Builder).WriteRune` is not checked (errcheck)
golangci-lint: backend/internal/service/content_moderation_input.go#L62
Error return value of `(*strings.Builder).WriteByte` is not checked (errcheck)
golangci-lint: backend/internal/repository/api_key_repo.go#L421
Error return value of `(*database/sql.Rows).Close` is not checked (errcheck)
golangci-lint: backend/internal/service/oidc_provider_service.go#L27
import 'github.com/redis/go-redis/v9' is not allowed from list 'service-no-repository': service must not import redis (depguard)
test
Process completed with exit code 2.
frontend
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/