From b2b6df789ecd265bc65c76642682cfcded1d6816 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 10 Feb 2026 16:44:30 +0100 Subject: [PATCH] ci: require successful doc-generate as part of PRs --- taskcluster/kinds/complete/kind.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/taskcluster/kinds/complete/kind.yml b/taskcluster/kinds/complete/kind.yml index daa3cd6d8..fcaf581a7 100644 --- a/taskcluster/kinds/complete/kind.yml +++ b/taskcluster/kinds/complete/kind.yml @@ -11,6 +11,7 @@ transforms: kind-dependencies: - check - test + - doc tasks: pr: @@ -29,3 +30,4 @@ tasks: # needs to be added explicitly until we can drop the `with-attributes` above dependencies: check-type: check-type + doc: doc-generate