Skip to content

Comments

ci: add GitHub Actions workflow#27

Open
JohanPaladinez wants to merge 2 commits intoandy89923:mainfrom
JohanPaladinez:feature/ci-pipeline
Open

ci: add GitHub Actions workflow#27
JohanPaladinez wants to merge 2 commits intoandy89923:mainfrom
JohanPaladinez:feature/ci-pipeline

Conversation

@JohanPaladinez
Copy link

This pull request adds a basic CI pipeline using GitHub Actions.

The workflow includes:

  • Automatic checkout of the repository
  • Go environment setup
  • Dependency installation with go mod tidy
  • Unit test execution using go test ./...
  • Go build verification

This CI pipeline ensures that every push and pull request is validated through automated testing and build checks, improving code quality and stability for future development.

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