Merge branch 'it4i-salomon'

This commit is contained in:
Lukáš Krupčík 2018-10-02 14:05:43 +02:00
commit 6b6b836b3e

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"