Skip to content

Commit 6895d35

Browse files
ci(travis): adds awesome_bot for linting *.md files (#218)
1 parent 172b0ec commit 6895d35

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
@@ -5,13 +5,24 @@ git:
55
install:
66
- eval "$(gimme)"
77
stages:
8+
- name: 'Lint markdown files'
89
- 'Lint'
910
- 'Unit test'
1011
- 'Benchmark test'
1112
- 'Integration tests'
1213
- 'Source clear'
1314
jobs:
1415
include:
16+
- stage: 'Lint markdown files'
17+
language: ruby
18+
rvm: 2.4.1
19+
os: linux
20+
install: gem install awesome_bot
21+
script:
22+
- find . -type f -name '*.md' -exec awesome_bot {} \;
23+
notifications:
24+
email: false
25+
1526
- stage: 'Lint'
1627
env: GIMME_GO_VERSION=1.12.x GIMME_OS=linux GIMME_ARCH=amd64
1728
script:

0 commit comments

Comments
 (0)