ci: add GitHub Actions workflow for lint and smoke test#310
Merged
Sunrisea merged 1 commit intonacos-group:feature/v2from Mar 12, 2026
Merged
ci: add GitHub Actions workflow for lint and smoke test#310Sunrisea merged 1 commit intonacos-group:feature/v2from
Sunrisea merged 1 commit intonacos-group:feature/v2from
Conversation
Add CI pipeline with two jobs: - lint: ruff check with pyflakes rules (F) on v2/ directory, ignoring F401 (unused imports) for now, excluding auto-generated grpcauto directory - smoke-test: Python 3.9/3.11/3.13 matrix, verify module imports Closes nacos-group#305 Signed-off-by: cxhello <caixiaohuichn@gmail.com>
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
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.
What is the purpose of the change
Closes #305
Add a lightweight CI pipeline to catch code-breaking issues before merge. Based on the direction approved by @Sunrisea in #305, and informed by industry research on similar SDK projects (boto3, dubbo-python, openai-python, nacos-sdk-go).
Brief changelog
ci: add GitHub Actions workflow for lint and smoke test
F) onv2/directory, ignoringF401(unused imports) for now, excluding auto-generatedgrpcauto/directoryimport v2.nacos, conditionallyimport nacosonfeature/v2)masterandfeature/v2) use the same workflow file