File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,8 @@ stages:
27
27
jobs :
28
28
include :
29
29
- stage : ' Lint markdown files'
30
- language : ruby
31
- rvm : 2.4.1
32
30
os : linux
31
+ language : generic
33
32
before_install : skip
34
33
install : gem install awesome_bot
35
34
before_script : skip
@@ -39,14 +38,13 @@ jobs:
39
38
notifications :
40
39
email : false
41
40
- stage : ' Lint markdown files'
42
- language : node_js
43
- node_js : 12
44
41
os : linux
42
+ language : generic
45
43
before_install : skip
46
44
install :
47
45
- npm i -g markdown-spellcheck
48
46
before_script :
49
- - wget --quiet https://gist .githubusercontent.com/juancarlostong/dad02feeebc8763af35b4fdc717cf7a2/raw/29e085302a9418edbefba15d8f790fa76e0a89d5 /.spelling
47
+ - wget --quiet https://raw .githubusercontent.com/optimizely/mdspell-config/master /.spelling
50
48
script :
51
49
- mdspell -a -n -r --en-us '**/*.md'
52
50
after_success : skip
You can’t perform that action at this time.
0 commit comments