From afba6ce4860f019203982f76307d9b9729a0565e Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Sun, 28 Jan 2024 21:52:51 +0100 Subject: [PATCH] ci: add tbc-check to templates validation --- templates/validation.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates/validation.yml b/templates/validation.yml index 8c3892f..0cdbe99 100644 --- a/templates/validation.yml +++ b/templates/validation.yml @@ -69,3 +69,11 @@ check-links: stage: build script: - lychee --exclude-path CHANGELOG.md --exclude-path SECURITY.md $LYCHEE_EXTRA_OPTS *.md + +tbc-check: + image: + name: registry.gitlab.com/to-be-continuous/tools/tbc-check:main + entrypoint: [""] + stage: build + script: + - tbc-check . -- GitLab