Skip to content

chore: Update changelog for v1.1.5 (#775) #57

chore: Update changelog for v1.1.5 (#775)

chore: Update changelog for v1.1.5 (#775) #57

Workflow file for this run

name: Protobuf Lint
on:
pull_request:
paths:
- 'proto/**'
push:
paths:
- 'proto/**'
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.27.1
- uses: bufbuild/buf-lint-action@v1
with:
input: 'proto'