Skip to content

Commit

Permalink
chore: lint markdown docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Dec 18, 2023
1 parent 0fe26d1 commit 783139a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,3 +263,11 @@ jobs:
-
name: Lint Helm
run: helm lint ./helm/api-platform/

# Lint Markdown Docs
-
name: Lint changelog file
uses: docker://avtodev/markdown-lint:v1
with:
config: 'docs/.markdownlint.yaml'
args: 'docs/**/*.md'
1 change: 1 addition & 0 deletions docs/.markdown-lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MD013: false

0 comments on commit 783139a

Please sign in to comment.