Skip to content

Migrate CI to GitHub Actions - #82

Open
krvladislav wants to merge 7 commits into
timakin:masterfrom
krvladislav:ci-github-actions
Open

Migrate CI to GitHub Actions#82
krvladislav wants to merge 7 commits into
timakin:masterfrom
krvladislav:ci-github-actions

Conversation

@krvladislav

@krvladislav krvladislav commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

This replaces CircleCI with GitHub Actions.

The golangci-lint configuration is migrated to v2, with existing code updated to pass the enabled checks.

This supersedes #73.

Comment thread .golangci.yml
- dupl
- gocritic
# TODO: Enable gocyclo after refactoring isopen.
# - gocyclo

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gocyclo is intentionally left disabled for now
Enabling it reports that isopen has a cyclomatic complexity of 49 with a limit of 30
The function has accumulated several SSA handling paths and would benefit from a focused refactoring
I can address it in a separate PR and enable gocyclo there
Alternatively the check can remain disabled

@krvladislav
krvladislav marked this pull request as ready for review September 4, 2026 12:18
@krvladislav

Copy link
Copy Markdown
Contributor Author

@timakin I prepared the CI migration mentioned in #81. Could you take a look?

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