This commit is contained in:
parent
17839b90df
commit
e506e3c635
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
|
kind: pipeline
|
||||||
name: build-container
|
name: build-container
|
||||||
@ -162,6 +176,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: f6bbcb393dac541e45cfc00845d0705312d017678cc865febabd740f8d600e65
|
hmac: 6f0119f45c5fae5dcd2e04b53cf3a07c15290d7375178f660231a532edddc10a
|
||||||
|
|
||||||
...
|
...
|
||||||
|
6
.markdownlint.yml
Normal file
6
.markdownlint.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
default: True
|
||||||
|
MD013: False
|
||||||
|
MD041: False
|
||||||
|
MD004:
|
||||||
|
style: dash
|
Reference in New Issue
Block a user