Skip to content

chore(model): refactor text generation task #343

chore(model): refactor text generation task

chore(model): refactor text generation task #343

Workflow file for this run

name: Check buf
on:
pull_request:
jobs:
check-buf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1
- uses: bufbuild/buf-breaking-action@v1
with:
against: "https://github.com/instill-ai/protobufs.git#branch=main,ref=HEAD~1"