Files
questions/.gitea/workflows
Bendik Aagaard Lynghaug fc4cd1b86e
Lint and reload / lint-and-reload (push) Failing after 2s
Add lint + reload-trigger workflow
Validates YAML/required fields/duplicate ids/requirement types with
yq+jq against the exact shape content.rs parses (not a full schema
check - that would mean building portal just to lint content), then
publishes portal.content.reload over NATS so every running portal
instance picks up the change without a restart (portal's own
content::watch_for_reload, added alongside this).
2026-08-05 07:19:07 +02:00
..