Skip to content

Add per-commit build check#3

Merged
brow merged 1 commit into
mainfrom
ci-build-checks
Jun 25, 2026
Merged

Add per-commit build check#3
brow merged 1 commit into
mainfrom
ci-build-checks

Conversation

@brow

@brow brow commented Jun 25, 2026

Copy link
Copy Markdown
Collaborator

What changed?

Adds a Build GitHub Actions workflow for Catch. The workflow runs on pushes to main and pull requests targeting main, selects an installed Xcode 26 toolchain for Swift tools 6.2, then runs the SwiftPM build and test suite.

Adds a short README note explaining the CI workflow, keeping release packaging separate, and calling out the GitHub branch-protection setting needed if the check should block merges.

Why?

The repository only had release packaging automation, so ordinary commits and pull requests did not get a build/test check. This adds a minimal per-commit validation path without mixing release artifact creation into CI.

How is it tested?

Workflow syntax validation. SwiftPM build and test.

Focused existing validation:

  • Claude Code pre-review completed; the duplicate same-commit macOS runner concern was addressed by scoping push builds to main.

🤖 This PR was authored with an agent.

Co-authored-by: Codex <noreply@openai.com>
Ai-assisted: true
@brow

brow commented Jun 25, 2026

Copy link
Copy Markdown
Collaborator Author

@codex review

@brow

brow commented Jun 25, 2026

Copy link
Copy Markdown
Collaborator Author

@builderbot review

@chatgpt-codex-connector

Copy link
Copy Markdown

To use Codex here, create a Codex account and connect to github.

@brow brow marked this pull request as ready for review June 25, 2026 22:37
@brow brow merged commit 87ff5dc into main Jun 25, 2026
4 checks passed
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