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 @@ -59,9 +59,8 @@ stages:
5959jobs :
6060 include :
6161 - stage : ' Lint markdown files'
62- language : ruby
63- rvm : 2.4.1
6462 os : linux
63+ language : generic
6564 install : gem install awesome_bot
6665 before_script : skip
6766 script :
@@ -70,14 +69,13 @@ jobs:
7069 email : false
7170
7271 - stage : ' Lint markdown files'
73- language : node_js
74- node_js : 12
7572 os : linux
73+ language : generic
7674 before_install : skip
7775 install :
7876 - npm i -g markdown-spellcheck
7977 before_script :
80- - wget --quiet https://gist .githubusercontent.com/juancarlostong/dad02feeebc8763af35b4fdc717cf7a2/raw /.spelling
78+ - wget --quiet https://raw .githubusercontent.com/optimizely/mdspell-config/master /.spelling
8179 script :
8280 - mdspell -a -n -r --en-us '**/*.md'
8381 after_success : skip
You can’t perform that action at this time.
0 commit comments