Check that PRs have correctly ran the sidebar gen

pull/11212/head
Max Gautier 2024-05-19 11:42:18 +02:00
parent fae41172ed
commit 76dae63c69
No known key found for this signature in database
1 changed files with 8 additions and 0 deletions

View File

@ -89,6 +89,14 @@ markdownlint:
script:
- markdownlint $(find . -name '*.md' | grep -vF './.git') --ignore docs/_sidebar.md --ignore contrib/dind/README.md
generate-sidebar:
extends: .job
stage: unit-tests
tags: [light]
script:
- scripts/gen_docs_sidebar.sh
- git diff --exit-code
check-readme-versions:
stage: unit-tests
tags: [light]