This commit is contained in:
parent
615b1491ba
commit
7ac890e72c
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
|
||||||
@ -156,6 +170,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 6b17f1253fe6a5c00cf8dadf246a06b30f78f89c4115da8f706dab8e74fd2b1f
|
hmac: ba07578d70fa1a26ade5f1125ebf9fa3239476bb634378c141b958c61859be87
|
||||||
|
|
||||||
...
|
...
|
||||||
|
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