We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0770dba commit fba51d5Copy full SHA for fba51d5
.travis.yml
@@ -32,6 +32,19 @@ jobs:
32
notifications:
33
email: false
34
35
+ - stage: 'Lint markdown files'
36
+ language: node_js
37
+ node_js: 12
38
+ os: linux
39
+ before_install: skip
40
+ install:
41
+ - npm i -g markdown-spellcheck
42
+ before_script:
43
+ - wget --quiet https://gist.githubusercontent.com/juancarlostong/dad02feeebc8763af35b4fdc717cf7a2/raw/29e085302a9418edbefba15d8f790fa76e0a89d5/.spelling
44
+ script:
45
+ - mdspell -a -n -r --en-us '**/*.md'
46
+ after_success: skip
47
+
48
- stage: 'Linting'
49
language: python
50
python: "2.7"
0 commit comments