File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,26 @@ stages:
14
14
jobs :
15
15
include :
16
16
- stage : ' Lint markdown files'
17
- language : ruby
18
- rvm : 2.4.1
19
17
os : linux
18
+ language : generic
20
19
install : gem install awesome_bot
21
20
script :
22
21
- find . -type f -name '*.md' -exec awesome_bot {} \;
23
22
notifications :
24
23
email : false
25
24
25
+ - stage : ' Lint markdown files'
26
+ os : linux
27
+ language : generic
28
+ before_install : skip
29
+ install :
30
+ - npm i -g markdown-spellcheck
31
+ before_script :
32
+ - wget --quiet https://raw.githubusercontent.com/optimizely/mdspell-config/master/.spelling
33
+ script :
34
+ - mdspell -a -n -r --en-us '**/*.md'
35
+ after_success : skip
36
+
26
37
- stage : ' Lint'
27
38
env : GIMME_GO_VERSION=1.13.x GIMME_OS=linux GIMME_ARCH=amd64
28
39
script :
You can’t perform that action at this time.
0 commit comments