Skip to content

grpc changes, model conversion, validation #1850

grpc changes, model conversion, validation

grpc changes, model conversion, validation #1850

Workflow file for this run

name: sanity
on:
push:
branches:
- '**'
pull_request:
paths:
- '**'
- '!doc/**'
jobs:
sanity:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- name: Install goimports
run: go install golang.org/x/tools/cmd/goimports@latest
- name: Run sanity checks
run: make lint && git diff --exit-code