summaryrefslogtreecommitdiffstats
path: root/jjb/oom/oom-main-linter.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/oom/oom-main-linter.yaml')
-rw-r--r--jjb/oom/oom-main-linter.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/jjb/oom/oom-main-linter.yaml b/jjb/oom/oom-main-linter.yaml
index 8ede0ab5b..a3bc20e35 100644
--- a/jjb/oom/oom-main-linter.yaml
+++ b/jjb/oom/oom-main-linter.yaml
@@ -10,6 +10,18 @@
tox-dir: "."
tox-envs: "gitlint"
pattern: "**"
+ - "doc8":
+ tox-dir: "."
+ tox-envs: "doc8"
+ pattern: "docs/**"
+ - "linkcheck":
+ tox-dir: "."
+ tox-envs: "docs-linkcheck"
+ pattern: "docs/**"
+ - "sphinx":
+ tox-dir: "."
+ tox-envs: "docs"
+ pattern: "docs/**"
stream:
- "master":
branch: "master"