Skip to content

Commit bb8ba4b

Browse files
juancarlostongjaeopt
authored andcommitted
ci(travis): adds awesome_bot for linting *.md files (#279)
1 parent 2c7cb6f commit bb8ba4b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ os: linux
33

44
# Integration tests need to run first to reset the PR build status to pending
55
stages:
6+
- name: 'Lint markdown files'
67
- name: 'Trigger Integration Tests'
78
if: env(RUN_COMPAT_SUITE) = true
89
- name: 'Benchmarking tests'
@@ -15,6 +16,16 @@ stages:
1516

1617
jobs:
1718
include:
19+
- stage: 'Lint markdown files'
20+
language: ruby
21+
rvm: 2.4.1
22+
os: linux
23+
install: gem install awesome_bot
24+
script:
25+
- find . -type f -name '*.md' -exec awesome_bot {} \;
26+
notifications:
27+
email: false
28+
1829
- &integrationtest
1930
stage: 'Trigger Integration Tests'
2031
language: minimal

0 commit comments

Comments
 (0)