Skip to content

Commit

Permalink
Check that PRs have correctly ran the sidebar gen
Browse files Browse the repository at this point in the history
  • Loading branch information
VannTen committed May 19, 2024
1 parent fae4117 commit 76dae63
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitlab-ci/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 76dae63

Please sign in to comment.