Skip to content

Commit

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

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

0 comments on commit f34d53e

Please sign in to comment.