Skip to content

ci: add Zig CI workflow#1863

Open
19santosh99 wants to merge 1 commit intokrahets:mainfrom
19santosh99:ci/add-zig-workflow
Open

ci: add Zig CI workflow#1863
19santosh99 wants to merge 1 commit intokrahets:mainfrom
19santosh99:ci/add-zig-workflow

Conversation

@19santosh99
Copy link
Copy Markdown
Contributor

Summary

  • Add .github/workflows/zig.yml — the only supported language without a CI workflow
  • Runs zig build and zig build test on ubuntu-latest, macos-latest, and windows-latest
  • Targets Zig 0.14.1 matching the version specified in codes/zig/build.zig
  • Triggers on changes to codes/zig/**/*.zig and codes/zig/build.zig

Test plan

  • Verify workflow triggers correctly on Zig file changes
  • Verify zig build succeeds on all 3 OS runners
  • Verify zig build test passes on all 3 OS runners

Add GitHub Actions workflow for Zig (the only supported language
without CI). Runs zig build and zig build test on ubuntu, macOS,
and Windows. Targets Zig 0.14.1 per codes/zig/build.zig.

Co-Authored-By: claude-flow <ruv@ruv.net>
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