Skip to content

merge upstream until v0.38.19 #142

merge upstream until v0.38.19

merge upstream until v0.38.19 #142

Workflow file for this run

name: Check documentation ToC
on:
push:
branches:
- v0.38.x
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6
with:
PATTERNS: |
docs/architecture/**
docs/rfc/**
- run: make check-docs-toc
if: env.GIT_DIFF