diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a756c91..72308de5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"