Skip to content

Commit beaaaa1

Browse files
committed
.github: Add markdown linter
Signed-off-by: Joe Stringer <[email protected]>
1 parent f37a650 commit beaaaa1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/lint.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
on: [push, pull_request]
2+
3+
jobs:
4+
lint:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v4
8+
- uses: DavidAnson/markdownlint-cli2-action@v17
9+
with:
10+
globs: |
11+
**/*.md

0 commit comments

Comments
 (0)