mirror of
https://github.com/lightninglabs/aperture.git
synced 2026-01-17 00:04:24 +01:00
build: add proto generation script for pricesrpc and CI integration
This commit is contained in:
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@@ -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
|
||||
########################
|
||||
|
||||
Reference in New Issue
Block a user