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
Branches
No related tags found
No related merge requests found
...@@ -69,3 +69,11 @@ check-links: ...@@ -69,3 +69,11 @@ check-links:
stage: build stage: build
script: script:
- lychee --exclude-path CHANGELOG.md --exclude-path SECURITY.md $LYCHEE_EXTRA_OPTS *.md - 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.
Please register or to comment