8000 ci.yml: mdlint: *.md · profan/rust-gamedev.github.io@f7507e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit f7507e0

Browse files
authored
ci.yml: mdlint: *.md
1 parent be1d7ee commit f7507e0

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,5 +32,5 @@ jobs:
3232
- name: Lint changelog file
3333
uses: avto-dev/markdown-lint@v1
3434
with:
35-
args: 'content/posts/*/*.md'
35+
args: '*.md'
3636

0 commit comments

Comments
 (0)
0