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