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:
59
59
jobs :
60
60
include :
61
61
- stage : ' Lint markdown files'
62
- language : ruby
63
- rvm : 2.4.1
64
62
os : linux
63
+ language : generic
65
64
install : gem install awesome_bot
66
65
before_script : skip
67
66
script :
@@ -70,14 +69,13 @@ jobs:
70
69
email : false
71
70
72
71
- stage : ' Lint markdown files'
73
- language : node_js
74
- node_js : 12
75
72
os : linux
73
+ language : generic
76
74
before_install : skip
77
75
install :
78
76
- npm i -g markdown-spellcheck
79
77
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
81
79
script :
82
80
- mdspell -a -n -r --en-us '**/*.md'
83
81
after_success : skip
You can’t perform that action at this time.
0 commit comments