We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37a650 commit beaaaa1Copy full SHA for beaaaa1
.github/workflows/lint.yaml
@@ -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