Skip to content

api: update summary api to stream response #656

api: update summary api to stream response

api: update summary api to stream response #656

Workflow file for this run

name: "Lint"
on: ["push", "pull_request"]
jobs:
ci:
name: "Run go vet and staticcheck"
runs-on: ubuntu-latest
container: golang:buster
steps:
- uses: actions/checkout@v1
- run: "go vet ./..."
- uses: dominikh/[email protected]
with:
install-go: false