Skip to content

Commit 820b980

Browse files
committed
lint *.markdown files also
1 parent 0e49f29 commit 820b980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
- uses: actions/checkout@v6
2222
- uses: DavidAnson/markdownlint-cli2-action@v22
2323
with:
24-
globs: '**/*.md'
24+
globs: '**/*.{md,markdown}'
2525
continue-on-error: true # Allow this job to fail for now

0 commit comments

Comments
 (0)