Skip to content

chore: add go workflow#7

Merged
florentsorel merged 1 commit intomainfrom
chore/go-workflow
Jan 24, 2026
Merged

chore: add go workflow#7
florentsorel merged 1 commit intomainfrom
chore/go-workflow

Conversation

@florentsorel
Copy link
Member

This pull request adds a new GitHub Actions workflow to automate linting and testing for Go projects. The workflow is triggered on pull requests, pushes to key branches, and merge group events, ensuring code quality and correctness before changes are merged.

Continuous Integration setup:

  • Added .github/workflows/go.yml to define a CI pipeline for Go projects, including jobs for linting (using golangci-lint) and running tests (go test). The workflow is triggered on pull requests, pushes to main and prod, and merge group events.

@florentsorel florentsorel self-assigned this Jan 24, 2026
@florentsorel florentsorel added this pull request to the merge queue Jan 24, 2026
Merged via the queue into main with commit 65bd4fa Jan 24, 2026
2 checks passed
@florentsorel florentsorel deleted the chore/go-workflow branch January 24, 2026 22:43
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