We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ccbc9 commit 8736eaaCopy full SHA for 8736eaa
3 files changed
.github/workflows/lint.yaml
@@ -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
@@ -0,0 +1,2 @@
+# rumdl
+.rumdl_cache/
.rumdl.toml
@@ -0,0 +1,8 @@
+[global]
+respect-gitignore = true
+[MD013]
+line-length = 0
+[MD044]
+names = ["ADBC"]
0 commit comments