Skip to content
Snippets Groups Projects
Commit a621a1ab authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

CI enabled

parent a713c583
Branches
Tags
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment