mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-18 20:50:49 +01:00
Merge branch 'it4i-salomon'
This commit is contained in:
commit
6b6b836b3e
@ -7,3 +7,15 @@ docs:
|
|||||||
image: davidhrbac/docker-mdcheck:latest
|
image: davidhrbac/docker-mdcheck:latest
|
||||||
script:
|
script:
|
||||||
- mdl -r ~MD013 *.md
|
- 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