mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
modified: .gitlab-ci.yml
This commit is contained in:
parent
cb60e8a903
commit
2851df1769
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user