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

CI enabled

parent a713c583
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment