Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(workflow): add complexity check for Go codebase
This commit introduces a new GitHub Actions workflow to automatically check the complexity of Go functions using gocyclo. The workflow triggers on pushes and pull requests to the main branch. It ensures that any function exceeding a complexity threshold of 20 is flagged, helping maintain code quality and readability.
- Loading branch information