Skip to content

Commit

Permalink
Merge pull request #14178 from BlaineEXE/fix-markdownlint-missing-ci
Browse files Browse the repository at this point in the history
ci: add missing markdownlint CI step
  • Loading branch information
BlaineEXE committed May 8, 2024
2 parents 0a08a73 + 115e0aa commit 5e3d623
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 5e3d623

Please sign in to comment.