Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a92c9 commit 34ca8cbCopy full SHA for 34ca8cb
.github/workflows/docs-pr.yaml
@@ -15,6 +15,7 @@ jobs:
15
id: changed-files
16
with:
17
files: "docs/**/*.md"
18
+ files_ignore: "docs/reference/*.md"
19
separator: ","
20
- uses: DavidAnson/markdownlint-cli2-action@v18
21
if: steps.changed-files.outputs.any_changed == 'true'
0 commit comments