enable markdownlint
This commit is contained in:
parent
72321c5627
commit
f43a2f9dfa
16
.drone.yml
16
.drone.yml
@ -1,3 +1,17 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: test
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: markdownlint
|
||||
image: thegeeklab/markdownlint-cli
|
||||
commands:
|
||||
- markdownlint 'README.md'
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: build-container
|
||||
@ -162,6 +176,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 0f0914af84497ed8e8647b994396a6a10650ae14d63af2e2d838c60dc8625a59
|
||||
hmac: b89700fb4739ee007a7da464088b97bb2f6334a8899731378eabf868a193219e
|
||||
|
||||
...
|
||||
|
6
.markdownlint.yml
Normal file
6
.markdownlint.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
default: True
|
||||
MD013: False
|
||||
MD041: False
|
||||
MD004:
|
||||
style: dash
|
Loading…
Reference in New Issue
Block a user