chore(ci): add markdown-link-check
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
33cf9e8fc0
commit
631bd72480
@ -32,6 +32,15 @@ steps:
|
|||||||
cpu: 150
|
cpu: 150
|
||||||
memory: 150M
|
memory: 150M
|
||||||
|
|
||||||
|
- name: markdown link check
|
||||||
|
commands:
|
||||||
|
- "*.md"
|
||||||
|
image: ghcr.io/tcort/markdown-link-check:3.12.2
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 150
|
||||||
|
memory: 150M
|
||||||
|
|
||||||
- name: email-notification
|
- name: email-notification
|
||||||
environment:
|
environment:
|
||||||
SMTP_FROM_ADDRESS:
|
SMTP_FROM_ADDRESS:
|
||||||
|
Loading…
Reference in New Issue
Block a user