Skip to content
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

feat(ci): add complexity check workflow using gocyclo #17

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Conversation

YidiDev
Copy link
Member

@YidiDev YidiDev commented Oct 10, 2024

This commit adds a GitHub Actions workflow to check for code complexity in the Go codebase. It triggers on pushes and pull requests to the main branch. The workflow uses gocyclo to identify functions with a complexity greater than 20, ensuring maintainable code and reducing technical debt.

This commit adds a GitHub Actions workflow to check for code complexity
in the Go codebase. It triggers on pushes and pull requests to the
main branch. The workflow uses gocyclo to identify functions with a
complexity greater than 20, ensuring maintainable code and reducing
technical debt.
@YidiDev YidiDev merged commit 35692fd into main Oct 10, 2024
3 checks passed
@YidiDev YidiDev deleted the complexity branch October 10, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant