Skip to content

Commit 96b9a65

Browse files
committed
ci: run markdownlint ci job only for README.md
1 parent a96c040 commit 96b9a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4
3333
- uses: DavidAnson/markdownlint-cli2-action@v19
3434
with:
35-
globs: '**/*.md'
35+
globs: 'README.md'
3636

3737
fmt:
3838
name: Run fmt

0 commit comments

Comments
 (0)