Skip to content

Commit f8809cf

Browse files
chore: lint markdown docs
1 parent 0fe26d1 commit f8809cf

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,3 +263,11 @@ jobs:
263263
-
264264
name: Lint Helm
265265
run: helm lint ./helm/api-platform/
266+
267+
# Lint Markdown Docs
268+
-
269+
name: Lint changelog file
270+
uses: docker://avtodev/markdown-lint:v1
271+
with:
272+
config: 'docs/.markdown-lint.yaml'
273+
args: 'docs/**/*.md'

docs/.markdown-lint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
MD013: false

0 commit comments

Comments
 (0)