We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16a8690 + 3c25cdf commit d02b4f4Copy full SHA for d02b4f4
2 files changed
.travis.yml
@@ -22,6 +22,17 @@ stages:
22
23
jobs:
24
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
+
36
- stage: Test
37
env:
38
- TEST: Editor Config check
travis.yml.template
@@ -20,6 +20,17 @@ stages:
20
21
0 commit comments