Zig Actions
Version updated for https://github.com/YetAnotherMechanicusEnjoyer/zig-actions to version v1.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates Zig compilation, testing, and formatting checks in a repository. It reports compiler errors directly as GitHub annotations, making it easier for developers to debug issues quickly. The action supports both all-in-one workflows that run all tests and CI-only workflows that only perform CI tasks. Users can specify the version of Zig, working directory, test command, and whether the build should fail on error.