Skip to content

Merge branch 'main' into jrinehart/dvrl-355-organize-the-existing-buf… #347

Merge branch 'main' into jrinehart/dvrl-355-organize-the-existing-buf…

Merge branch 'main' into jrinehart/dvrl-355-organize-the-existing-buf… #347

Workflow file for this run

name: CI
on: push
jobs:
lint-and-breaking-change-detection:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Buf Action
uses: bufbuild/buf-action@v1
with:
input: integrations/github-actions
token: ${{ secrets.BUF_TOKEN }}