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

Go CI Workflow #16

Merged
merged 4 commits into from
Oct 31, 2024
Merged

Go CI Workflow #16

merged 4 commits into from
Oct 31, 2024

Conversation

TanmoySG
Copy link
Owner

This pull request introduces a new GitHub Actions workflow to automate Continuous Integration (CI) for the Go project. The workflow is triggered on pushes and pull requests to the main branch and includes steps for setting up Go, building the project, and running tests with coverage reporting.

Key changes:

  • CI Workflow Setup:
    • Created a new CI workflow named Go CI in .github/workflows/ci.yaml.
    • Configured the workflow to trigger on push and pull request events to the main branch.
    • Added steps to check out the code, set up Go (version 1.18), build the project, and run tests with coverage reporting.

@TanmoySG TanmoySG merged commit 3bdd91a into main Oct 31, 2024
1 check passed
@TanmoySG TanmoySG deleted the ci-init branch October 31, 2024 20:55
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