Skip to content

ci: add GitHub Actions workflow#34

Open
diazestebanm wants to merge 2 commits into
Alonza0314:mainfrom
diazestebanm:feature/lab7-github-actions
Open

ci: add GitHub Actions workflow#34
diazestebanm wants to merge 2 commits into
Alonza0314:mainfrom
diazestebanm:feature/lab7-github-actions

Conversation

@diazestebanm

Copy link
Copy Markdown

Summary

This PR adds a GitHub Actions CI workflow for Lab 7.

CI steps

  • Checkout repository
  • Setup Go 1.24.x
  • Check Go formatting with gofmt
  • Run unit tests with go test -v ./...
  • Build the project with make

Lab context

This workflow demonstrates how CI can automatically validate changes on push and pull_request events before merging code into main.

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