Skip to content

Bump github.com/confluentinc/confluent-kafka-go/v2 from 2.5.0 to 2.5.… #60

Bump github.com/confluentinc/confluent-kafka-go/v2 from 2.5.0 to 2.5.…

Bump github.com/confluentinc/confluent-kafka-go/v2 from 2.5.0 to 2.5.… #60

Workflow file for this run

name: buf-push
on:
push:
branches:
- main
permissions:
contents: read
jobs:
build:
name: Check protos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-action@v1
with:
format: false
lint: true
breaking: true
push: true
input: "api"
token: ${{ secrets.BUF_TOKEN }}