8000 ci.yml: Add markdown-lint · filtoid/rust-gamedev.github.io@be1d7ee · GitHub
[go: up one dir, main page]

Skip to content

Commit be1d7ee

Browse files
authored
ci.yml: Add markdown-lint
1 parent 0a05771 commit be1d7ee

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,13 @@ jobs:
2424
build_dir: public
2525
target_branch: master
2626
keep_history: true
27+
lint:
28+
name: Lint changelog file
29+
runs-on: ubuntu-latest
30+
steps:
31+
- uses: actions/checkout@v2
32+
- name: Lint changelog file
33+
uses: avto-dev/markdown-lint@v1
34+
with:
35+
args: 'content/posts/*/*.md'
36+

0 commit comments

Comments
 (0)
0