We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe26d1 commit f8809cfCopy full SHA for f8809cf
.github/workflows/ci.yml
@@ -263,3 +263,11 @@ jobs:
263
-
264
name: Lint Helm
265
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
@@ -0,0 +1 @@
1
+MD013: false
0 commit comments