We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e49f29 commit 820b980Copy full SHA for 820b980
1 file changed
.github/workflows/markdownlint.yml
@@ -21,5 +21,5 @@ jobs:
21
- uses: actions/checkout@v6
22
- uses: DavidAnson/markdownlint-cli2-action@v22
23
with:
24
- globs: '**/*.md'
+ globs: '**/*.{md,markdown}'
25
continue-on-error: true # Allow this job to fail for now
0 commit comments