Skip to content

ci: add GitHub Actions checks (#25)#39

Merged
shikanon merged 1 commit into
masterfrom
fix/issue-25-ci
Jun 7, 2026
Merged

ci: add GitHub Actions checks (#25)#39
shikanon merged 1 commit into
masterfrom
fix/issue-25-ci

Conversation

@shikanon

@shikanon shikanon commented Jun 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • add a GitHub Actions CI workflow for gofmt, go vet ./..., go test ./..., and staticcheck
  • remove the legacy Travis CI configuration
  • fix existing staticcheck findings so the new workflow passes cleanly

Verification

  • test -z "$(gofmt -l .)"
  • CGO_ENABLED=0 go vet ./...
  • CGO_ENABLED=0 go test ./...
  • $(go env GOPATH)/bin/staticcheck ./...

Closes #25

@shikanon shikanon merged commit 3ca5beb into master Jun 7, 2026
1 check passed
@shikanon shikanon deleted the fix/issue-25-ci branch June 7, 2026 13:58
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.

[P2][CI] 迁移/补充 GitHub Actions:go test ./..., gofmt, govet, 静态检查

2 participants