File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,17 @@ stages:
2222
2323jobs :
2424 include :
25+ - stage : Test
26+ env :
27+ - TEST : Markdown link check
28+ language : node_js
29+ node_js :
30+ - lts/*
31+ install :
32+ - npm i -g markdown-link-check
33+ script :
34+ - find . -name "*.md" -exec markdown-link-check {} \;
35+
2536 - stage : Test
2637 env :
2738 - TEST : Editor Config check
Original file line number Diff line number Diff line change @@ -20,6 +20,17 @@ stages:
2020
2121jobs:
2222 include:
23+ - stage: Test
24+ env:
25+ - TEST: Markdown link check
26+ language: node_js
27+ node_js:
28+ - lts/*
29+ install:
30+ - npm i -g markdown-link-check
31+ script:
32+ - find . -name "*.md" -exec markdown-link-check {} \;
33+
2334 - stage: Test
2435 env:
2536 - TEST: Editor Config check
You can’t perform that action at this time.
0 commit comments