Skip to content

feat: make handshake cancelable (backport #857) #2341

feat: make handshake cancelable (backport #857)

feat: make handshake cancelable (backport #857) #2341

Workflow file for this run

# Verify that important design docs have ToC entries.
name: Check documentation ToC
on:
pull_request:
push:
branches:
- v0.37.x
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: make check-docs-toc
if: env.GIT_DIFF