Browse Source
Check that PRs have correctly ran the sidebar gen
pull/11212/head
Max Gautier
6 months ago
Failed to extract signature
1 changed files with
8 additions and
0 deletions
-
.gitlab-ci/lint.yml
|
@ -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] |
|
|