-
Notifications
You must be signed in to change notification settings - Fork 678
Feat/ci check #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix: backend lint err
Change-Id: I19083864486b24bd4a71d611d61d711ba37df8a1
Change-Id: I69b67cf7f9c47f440ed0d074e7f38c4a4a2184b9
Change-Id: Iebec4decf7aa2ed88bd2a992008e3447c883fed6
Change-Id: I0c26cdf51329028f2a63e16589c5bd9565d78cd8
The author of this PR, mocayo, is not an activated member of this organization on Codecov. |
Change-Id: Iba4692dab29e7a57a72bb1440f5e83fea2ccae53
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
此 PR 对项目中的构建、测试、代码检查和依赖管理等方面进行了以下改进和修复:
🚀 主要更改内容
修复
golangci-lint
工具版本,保证兼容性和问题检测的准确性。(900d949)backend-ci
检查问题,包括 UT 测试。(916a97c)CI 改进