An open API service indexing awesome lists of open source software.

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

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'
```