This commit is contained in:
parent
56506c3104
commit
9f02ede4e5
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: 1660ee91214a02dbb7ad0ff7b299c50310b80657d657afff2fcfbbbe33fd5d66
|
||||
hmac: 22facbc4071563f5e70469cc468ad046a6ce022e39fa98999c44bf1813e53b4e
|
||||
|
||||
...
|
||||
|
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