ci/docs: enforce protocol check and deprecate control api

This commit is contained in:
Peter Steinberger
2025-12-09 17:03:05 +01:00
parent 72eb240c3b
commit 3ced3f4c82
2 changed files with 6 additions and 0 deletions

View File

@@ -72,6 +72,10 @@ jobs:
if: matrix.runtime == 'node'
run: pnpm build
- name: Protocol check (node)
if: matrix.runtime == 'node'
run: pnpm protocol:check
- name: Lint (bun)
if: matrix.runtime == 'bun'
run: bunx biome check src