Skip to content

Set up GitHub Actions CI #4

Description

@lvchenjia

Description

Add a basic GitHub Actions CI workflow that builds the project on every push / PR to catch compilation errors early.

Tasks

  • Create .github/workflows/ci.yml
  • Use macos-14 runner (Apple Silicon)
  • Use Xcode 15+ / Swift 5.9+
  • Run swift build -c release
  • Optionally run swift test once tests exist

Resources

Testing

  • Push the workflow file, verify the Action runs and passes on the main branch

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions