Skip to content

chore(deps): update module google.golang.org/grpc to v1.64.0 (#870) #173

chore(deps): update module google.golang.org/grpc to v1.64.0 (#870)

chore(deps): update module google.golang.org/grpc to v1.64.0 (#870) #173

Workflow file for this run

name: Buf
on:
push:
branches: [main]
pull_request:
branches: [main]
paths:
- "proto/**/*.proto"
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
- name: Format
run: buf format --exit-code