Skip to content
Snippets Groups Projects
Commit afba6ce4 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

ci: add tbc-check to templates validation

parent baf10efe
No related branches found
No related tags found
No related merge requests found
......@@ -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 .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment