We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d59e78 commit c51e48bCopy full SHA for c51e48b
.github/workflows/markdown-lint.yml
@@ -9,5 +9,6 @@ jobs:
9
- uses: actions/checkout@v4
10
- uses: DavidAnson/markdownlint-cli2-action@v15
11
with:
12
+ # Only finds files with directory, glob, then *.mdx file glob
13
globs: |
- *.mdx
14
+ platform_versioned_docs/**/*.mdx
0 commit comments