mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 16:02:11 +01:00
22 lines
371 B
YAML
22 lines
371 B
YAML
stages:
|
|
- test
|
|
|
|
|
|
docs:
|
|
stage: test
|
|
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"
|