Skip to content

Commit

Permalink
ci: add missing markdownlint CI step
Browse files Browse the repository at this point in the history
The CI step that runs markdown lint accidentally got removed as part of
PR updates. Add the CI step back in.

Signed-off-by: Blaine Gardner <blaine.gardner@ibm.com>
  • Loading branch information
BlaineEXE committed May 8, 2024
1 parent 0a08a73 commit 34fcb22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ 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 34fcb22

Please sign in to comment.