Skip to content

Commit c51e48b

Browse files
committed
Find files
1 parent 8d59e78 commit c51e48b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/markdown-lint.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: DavidAnson/markdownlint-cli2-action@v15
1111
with:
12+
# Only finds files with directory, glob, then *.mdx file glob
1213
globs: |
13-
*.mdx
14+
platform_versioned_docs/**/*.mdx

0 commit comments

Comments
 (0)