Skip to content
Snippets Groups Projects
Unverified Commit 76dae63c authored by Max Gautier's avatar Max Gautier
Browse files

Check that PRs have correctly ran the sidebar gen

parent fae41172
No related branches found
No related tags found
No related merge requests found
...@@ -89,6 +89,14 @@ markdownlint: ...@@ -89,6 +89,14 @@ markdownlint:
script: script:
- markdownlint $(find . -name '*.md' | grep -vF './.git') --ignore docs/_sidebar.md --ignore contrib/dind/README.md - 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: check-readme-versions:
stage: unit-tests stage: unit-tests
tags: [light] tags: [light]
......
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