gRPC Testify Action
Version updated for https://github.com/gripmock/grpctestify-action to version v1.0.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The gRPC Testify GitHub Action automates the installation and execution of the grpctestify tool in CI workflows, enabling users to validate, test, and format gRPC test files without requiring a Rust toolchain. It simplifies CI setups by downloading the appropriate grpctestify binary, adding it to the PATH, and optionally running commands like run, check, or fmt on specified files. This action streamlines gRPC test management in CI pipelines, saving setup time and ensuring consistency.
What’s Changed
What’s Changed
- first version by @rez1dent3 in https://github.com/gripmock/grpctestify-action/pull/1
New Contributors
- @rez1dent3 made their first contribution in https://github.com/gripmock/grpctestify-action/pull/1
Full Changelog: https://github.com/gripmock/grpctestify-action/commits/v1.0.0