Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 582 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 582 Bytes

go-buf-github-actions-example

Example on how to use protoc, buf and github actions to create a nice workflow to work with GRPC.

What it's shown

  • compile protobuf files to go using protoc
  • contracts lint and breaking changes using buf
  • github actions to run the flows mentioned above on every push or pull request

How to I run this locally?

Run make to download dependencies, compile protobuf files, run lint and breaking changes on the latter.