build: add proto generation script for pricesrpc and CI integration

This commit is contained in:
Olaoluwa Osuntokun
2023-06-06 18:42:43 -07:00
parent 9b85f8bbc6
commit 1fbafb04f9
5 changed files with 160 additions and 0 deletions

View File

@@ -27,6 +27,16 @@ env:
GO_VERSION: 1.19.2
jobs:
rpc-check:
name: RPC check
runs-on: ubuntu-latest
steps:
- name: git checkout
uses: actions/checkout@v3
- name: Generate RPC stubs and check REST annotations
run: make rpc-check
########################
# lint code
########################