From 36b2e08fe184ff41c73fb4ad1c874bd33a664864 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Wed, 1 Oct 2025 09:31:23 +0800 Subject: [PATCH] coin: precheck - check for documentation warnings Documentation warnings easily sneak into integrations, as they were not caught by pre-checks. Enabling them to catch them early. Change-Id: I24eb9c653d6f774dccec82dea3003be27d81b8b7 Reviewed-by: Edward Welbourne Reviewed-by: Toni Saario Reviewed-by: Nicholas Bennett --- coin/platform_configs/precheck.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/coin/platform_configs/precheck.yaml b/coin/platform_configs/precheck.yaml index 91d196ea..04e739bf 100644 --- a/coin/platform_configs/precheck.yaml +++ b/coin/platform_configs/precheck.yaml @@ -6,7 +6,8 @@ Include: [ "ubuntu-22.04-developer-build", "ubuntu-22.04-developer-build-x11-tests", "windows-11_24H2-msvc2022-developer-build", - "ios-universal" + "ios-universal", + "documentation-warnings", ], macos.yaml: [ "macos-arm64-developer-build",