ci/docs: wire docs sync validator into workflows and tighten tests
All checks were successful
Gitea CI / test (push) Successful in 33s
Gitea CI / test (pull_request) Successful in 35s

This commit is contained in:
agentson
2026-03-01 23:09:20 +09:00
parent 51fd6b7a72
commit 6656adc2b7
4 changed files with 34 additions and 6 deletions

View File

@@ -44,6 +44,9 @@ jobs:
- name: Validate Ouroboros docs
run: python3 scripts/validate_ouroboros_docs.py
- name: Validate docs sync
run: python3 scripts/validate_docs_sync.py
- name: Lint
run: ruff check src/ tests/