modified: .gitlab-ci.yml

This commit is contained in:
Lukáš Krupčík 2018-10-02 14:05:20 +02:00
parent cb60e8a903
commit 2851df1769

View File

@ -7,3 +7,15 @@ docs:
image: davidhrbac/docker-mdcheck:latest
script:
- mdl -r ~MD013 *.md
big_files:
stage: test
image: davidhrbac/docker-mdcheck:latest
script:
- find . -type f -size +10M
other_files:
stage: test
image: davidhrbac/docker-mdcheck:latest
script:
- find . -type f | egrep -v ".eb|.patch|.sh|.yml|.git|.md|LICENSE"