Skip to content

build(deps): Bump github.com/bufbuild/buf from 1.4.0 to 1.30.0 #226

build(deps): Bump github.com/bufbuild/buf from 1.4.0 to 1.30.0

build(deps): Bump github.com/bufbuild/buf from 1.4.0 to 1.30.0 #226

Workflow file for this run

# Verify that important design docs have ToC entries.
name: Check documentation ToC
on:
pull_request:
push:
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6
with:
PATTERNS: |
docs/architecture/**
docs/rfc/**
- run: ./docs/presubmit.sh
if: env.GIT_DIFF