Skip to content

feat(vdp): expose raw_recipe field in pipeline endpoint #635

feat(vdp): expose raw_recipe field in pipeline endpoint

feat(vdp): expose raw_recipe field in pipeline endpoint #635

Workflow file for this run

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