Skip to content

Commit

Permalink
ci: use the markdownlint make target in the lint workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Adam <[email protected]>
  • Loading branch information
obnoxxx committed Jan 15, 2025
1 parent f4b453c commit 99e9ef2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: DavidAnson/markdownlint-cli2-action@v19
with:
config: .markdownlint.yaml
globs: 'docs/*.md'
name: run markdownlint
run: make markdownlint

shellcheck:
name: Shellcheck
Expand Down

0 comments on commit 99e9ef2

Please sign in to comment.