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:
2727jobs :
2828 include :
2929 - stage : ' Lint markdown files'
30- language : ruby
31- rvm : 2.4.1
3230 os : linux
31+ language : generic
3332 before_install : skip
3433 install : gem install awesome_bot
3534 before_script : skip
@@ -39,14 +38,13 @@ jobs:
3938 notifications :
4039 email : false
4140 - stage : ' Lint markdown files'
42- language : node_js
43- node_js : 12
4441 os : linux
42+ language : generic
4543 before_install : skip
4644 install :
4745 - npm i -g markdown-spellcheck
4846 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
5048 script :
5149 - mdspell -a -n -r --en-us '**/*.md'
5250 after_success : skip
You can’t perform that action at this time.
0 commit comments