Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Public documentation language
run: |
if rg -n -i '\b(boundary|path|surface|authority|projection|lowering|flow|layer)\b' \
if rg -n -i '\b(boundary|path|surface|authority|projection|lowering|flow|layer|contracts?)\b' \
README.md relay \
--glob '*.md' --glob '*.mdx'; then
echo "Public documentation must name the API, queue, process, service, or request directly."
Expand Down
2 changes: 1 addition & 1 deletion relay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ All validation happens before media publication:
- ICE server and URL counts are bounded;
- the startup deadline is between 1 ms and 120 seconds.

## Runtime contract
## Runtime behavior

| Concern | Behavior |
|---|---|
Expand Down