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 19
19
- SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
20
20
before_install : cd packages/optimizely-sdk
21
21
install : npm install
22
- addons :
23
- srcclr : true
24
22
script : npm test
25
23
after_success : npm run coveralls
26
24
27
25
# Integration tests need to run first to reset the PR build status to pending
28
26
stages :
27
+ - name : ' Lint markdown files'
29
28
- ' Lint'
30
29
- ' Integration tests'
31
30
- ' Benchmarking tests'
@@ -35,11 +34,23 @@ stages:
35
34
36
35
jobs :
37
36
include :
37
+ - stage : ' Lint markdown files'
38
+ language : ruby
39
+ rvm : 2.4.1
40
+ os : linux
41
+ install : gem install awesome_bot
42
+ script :
43
+ - find . -type f -name '*.md' -exec awesome_bot {} \;
44
+ notifications :
45
+ email : false
46
+
38
47
- stage : ' Lint'
39
48
node_js : ' 12'
40
49
script : npm run lint
41
50
- &integrationtest
42
51
stage : ' Integration tests'
52
+ addons :
53
+ srcclr : true
43
54
merge_mode : replace
44
55
cache : false
45
56
language : minimal
You can’t perform that action at this time.
0 commit comments