From 503e3cdc575680161738a005d25a237291f8291a Mon Sep 17 00:00:00 2001 From: Raphael Avocegamou Date: Thu, 3 Sep 2026 10:14:49 +0200 Subject: [PATCH] ci: require concrete queue limits in docs --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcc5656..ca81933 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,10 +34,10 @@ jobs: - name: Public documentation language run: | - if rg -n -i '\b(boundary|path|surface|authority|projection|lowering|flow|layer|contracts?)\b' \ + if rg -n -i '\b(boundary|path|surface|authority|projection|lowering|flow|layer|bounded|contracts?)\b' \ README.md relay \ --glob '*.md' --glob '*.mdx'; then - echo "Public documentation must name the API, queue, process, service, or request directly." + echo "Public documentation must name the API, queue, limit, process, service, or request directly." exit 1 fi