Skip to content

chore(ci): Add GitHub Actions workflow for build & test automation#13

Merged
dynamicy merged 1 commit intomasterfrom
ci/github-actions-setup
Mar 13, 2025
Merged

chore(ci): Add GitHub Actions workflow for build & test automation#13
dynamicy merged 1 commit intomasterfrom
ci/github-actions-setup

Conversation

@dynamicy
Copy link
Owner

  • Added .github/workflows/go.yml for CI/CD integration.
  • Runs build & test steps on push and pull requests to master.
  • Uses golangci-lint for linting and go test for coverage reports.
  • Uploads test coverage to Codecov for analysis.
  • Future improvement: Add release automation.

- Added `.github/workflows/go.yml` for CI/CD integration.
- Runs build & test steps on push and pull requests to `master`.
- Uses `golangci-lint` for linting and `go test` for coverage reports.
- Uploads test coverage to Codecov for analysis.
- Future improvement: Add release automation.
@dynamicy dynamicy merged commit e9dcca4 into master Mar 13, 2025
1 check failed
@dynamicy dynamicy deleted the ci/github-actions-setup branch March 13, 2025 07:41
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