Skip to content

feat: move more things to GRPC interface. (can't move upgrade handler) #27

feat: move more things to GRPC interface. (can't move upgrade handler)

feat: move more things to GRPC interface. (can't move upgrade handler) #27

Workflow file for this run

name: test
on: [push]
jobs:
go-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-go@v2
- run: go version
- run: go mod download
- run: go build ./cmd/cosmos-exporter
- run: go build ./cmd/kuji-cosmos-exporter
- run: go build ./cmd/sei-cosmos-exporter
- run: go build ./cmd/inj-cosmos-exporter
go-vet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-go@v2
- run: go version
- run: go mod download
- run: go vet cmd/...