diff options
author | winniehell <git@winniehell.de> | 2016-08-08 14:42:20 +0200 |
---|---|---|
committer | winniehell <git@winniehell.de> | 2016-08-09 00:21:10 +0200 |
commit | a361f314f8f7f00a7541a5af1b8a2a92ced475e9 (patch) | |
tree | 6e9ccf10b8cc0922b9254d85c1f16f0cb3d7de1a /.gitlab-ci.yml | |
parent | fb20758f1eb0f9a0b27e8c4d804b5af80908f629 (diff) | |
download | gitlab-ce-a361f314f8f7f00a7541a5af1b8a2a92ced475e9.tar.gz |
add linting script for documentation
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8da9acf9066..4f118288902 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -224,6 +224,13 @@ teaspoon: script: - teaspoon +lint-doc: + stage: test + image: "phusion/baseimage:latest" + before_script: [] + script: + - scripts/lint-doc.sh + bundler:audit: stage: test <<: *ruby-static-analysis |