Skip to content

Commit 8736eaa

Browse files
committed
ci: add markdown linting workflow
1 parent b8ccbc9 commit 8736eaa

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Lint Markdown
2+
on: [push, pull_request]
3+
4+
jobs:
5+
rumdl:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v6
9+
- uses: rvben/rumdl@v0

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# rumdl
2+
.rumdl_cache/

.rumdl.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[global]
2+
respect-gitignore = true
3+
4+
[MD013]
5+
line-length = 0
6+
7+
[MD044]
8+
names = ["ADBC"]

0 commit comments

Comments
 (0)