Skip to content

Commit

Permalink
ci: lint markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstanley authored and gligneul committed Jan 23, 2024
1 parent 5f33cd1 commit 1afa7be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,12 @@ jobs:
with:
version: v1.54.2

- name: Lint Markdown docs
- uses: DavidAnson/markdownlint-cli2-action@v15
with:
globs: |
*.md
docs/*.md
- name: Check auto generated files
run: make check-generate

0 comments on commit 1afa7be

Please sign in to comment.