We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7cb6f commit bb8ba4bCopy full SHA for bb8ba4b
.travis.yml
@@ -3,6 +3,7 @@ os: linux
3
4
# Integration tests need to run first to reset the PR build status to pending
5
stages:
6
+ - name: 'Lint markdown files'
7
- name: 'Trigger Integration Tests'
8
if: env(RUN_COMPAT_SUITE) = true
9
- name: 'Benchmarking tests'
@@ -15,6 +16,16 @@ stages:
15
16
17
jobs:
18
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
+
29
- &integrationtest
30
stage: 'Trigger Integration Tests'
31
language: minimal
0 commit comments