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 895dbc7 commit e27a328Copy full SHA for e27a328
.travis.yml
@@ -23,6 +23,19 @@ jobs:
23
notifications:
24
email: false
25
26
+ - stage: 'Lint markdown files'
27
+ language: node_js
28
+ node_js: 12
29
+ os: linux
30
+ before_install: skip
31
+ install:
32
+ - npm i -g markdown-spellcheck
33
+ before_script:
34
+ - wget --quiet https://gist.githubusercontent.com/juancarlostong/dad02feeebc8763af35b4fdc717cf7a2/raw/29e085302a9418edbefba15d8f790fa76e0a89d5/.spelling
35
+ script:
36
+ - mdspell -a -n -r --en-us '**/*.md'
37
+ after_success: skip
38
+
39
- stage: 'Lint'
40
env: GIMME_GO_VERSION=1.13.x GIMME_OS=linux GIMME_ARCH=amd64
41
script:
0 commit comments