Skip to content

Update Go sync to not panic and emit better positional errors everywh… #330

Update Go sync to not panic and emit better positional errors everywh…

Update Go sync to not panic and emit better positional errors everywh… #330

Workflow file for this run

name: buf-push
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
with:
github_token: ${{ secrets.CI_PERSONAL_ACCESS_TOKEN }}
- uses: bufbuild/buf-lint-action@v1
- uses: bufbuild/buf-push-action@v1
with:
input: proto
buf_token: ${{ secrets.BUF_API_TOKEN }}