Forked from
SCS / docs.it4i.cz
1525 commits behind, 41 commits ahead of the upstream repository.
-
Lukáš Krupčík authoredLukáš Krupčík authored
.gitlab-ci.yml 291 B
docs:
stage: test
image: davidhrbac/docker-mdcheck:latest
allow_failure: true
script:
- mdl -r ~MD013 *.md
shellcheck:
stage: test
image: davidhrbac/docker-shellcheck:latest
script:
- which shellcheck || apt-get update && apt-get install -y shellcheck
- shellcheck *.sh