Skip to content

feat: add CI workflows for linting and unit testing.#2

Merged
ecPablo merged 2 commits intoecpablo/cre-deploy-changesetsfrom
ecpablo/ci-workflows
Apr 7, 2026
Merged

feat: add CI workflows for linting and unit testing.#2
ecPablo merged 2 commits intoecpablo/cre-deploy-changesetsfrom
ecpablo/ci-workflows

Conversation

@ecPablo
Copy link
Copy Markdown
Contributor

@ecPablo ecPablo commented Apr 6, 2026

To be merged after: #1

This pull request introduces a new GitHub Actions workflow for the repository, adding continuous integration (CI) checks for linting and testing on pull requests and merge groups targeting the main branch.

New CI workflow:

  • Added .github/workflows/pull-request-main.yml to define a workflow that runs on pull_request and merge_group events targeting the main branch.

CI job additions:

  • Introduced a ci-lint job that runs Go linting using the ci-lint-go action, ensuring code quality and style consistency.
  • Added a ci-test job that builds and tests the codebase using the ci-test-go action, including race detection and code coverage reporting.

@ecPablo ecPablo changed the base branch from main to ecpablo/cre-deploy-changesets April 6, 2026 20:38
@ecPablo ecPablo marked this pull request as ready for review April 6, 2026 20:39
@ecPablo ecPablo requested a review from a team as a code owner April 6, 2026 20:39
Copy link
Copy Markdown

@bytesizedroll bytesizedroll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ecPablo ecPablo merged commit 826c38a into ecpablo/cre-deploy-changesets Apr 7, 2026
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.

3 participants