Skip to content

Commit

Permalink
Merge pull request #14179 from rook/mergify/bp/release-1.14/pr-14178
Browse files Browse the repository at this point in the history
ci: add missing markdownlint CI step (backport #14178)
  • Loading branch information
travisn committed May 9, 2024
2 parents 782a93d + d18dcc5 commit 8a826c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs-check.yml
Expand Up @@ -36,6 +36,12 @@ jobs:
with:
python-version: 3.9

- uses: DavidAnson/markdownlint-cli2-action@v16
with:
globs: |
Documentation/**/*.md
!Documentation/Helm-Charts
- name: Check helm-docs
run: make check-helm-docs
- name: Check docs
Expand Down

0 comments on commit 8a826c9

Please sign in to comment.