Skip to content

dst: bug and test fixes (#874) #174

dst: bug and test fixes (#874)

dst: bug and test fixes (#874) #174

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