Skip to content

Comments

ci: add GitHub Actions workflow for build and tests#30

Open
lmaralegria wants to merge 1 commit intoandy89923:mainfrom
lmaralegria:feature/ci-workflow
Open

ci: add GitHub Actions workflow for build and tests#30
lmaralegria wants to merge 1 commit intoandy89923:mainfrom
lmaralegria:feature/ci-workflow

Conversation

@lmaralegria
Copy link

Este PR agrega un workflow de GitHub Actions para automatizar parte del proceso de CI.

El workflow se ejecuta en push (main, feature/**) y en pull_request hacia main.

Usa actions/setup-go para configurar Go 1.22.

Ejecuta go mod tidy, go test ./... y go build ./cmd/main.go para validar que el proyecto compila correctamente.
Esto sigue la idea del Lab 7: tener un pipeline reproducible y automatizado para integrar cambios en el repositorio.

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