Skip to content

Support streaming google.api.HttpBody message #13

Support streaming google.api.HttpBody message

Support streaming google.api.HttpBody message #13

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: "1.20"
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.2
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: "1.20"
- uses: bufbuild/buf-setup-action@v1
with:
version: "1.15.1"
- uses: actions/checkout@v3
- run: make test
- name: Check if files are changed
run: |
git add .
git diff --cached --exit-code