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

Merge branch 'ci' into 'master'

Enable CI

See merge request !1
parents 1709a988 d5a32e87
Branches
No related tags found
1 merge request!1Enable CI
Pipeline #5856 failed
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 eb scripts/*.sh scripts/lib/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment