https://github.com/foomo/gotsrpc-verify-action
Github action to verify gotsrpc generated code
https://github.com/foomo/gotsrpc-verify-action
Last synced: 5 months ago
JSON representation
Github action to verify gotsrpc generated code
- Host: GitHub
- URL: https://github.com/foomo/gotsrpc-verify-action
- Owner: foomo
- License: mit
- Created: 2022-10-19T10:47:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T11:13:02.000Z (almost 4 years ago)
- Last Synced: 2025-09-20T11:58:34.944Z (11 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoTSRPC Verify Action
This action verifies if the repository has up to date generated code
## Inputs
### `Target`
**Required** Target to generate the code. Default `"gotsrpc.yaml"`.
## Outputs
### `diff`
The diff that the generated code made
## Example usage
```yaml
uses: foomo/gotsrpc-verify-action@main
with:
target: './gotsrpc.yaml'
```