Skip to content
Snippets Groups Projects
Commit 79df937e authored by David Hrbáč's avatar David Hrbáč
Browse files

Enabled CI

parent 8e8a418e
No related branches found
No related tags found
1 merge request!3Enabled CI
Pipeline #5277 failed
stages:
- test
docs:
stage: test
image: davidhrbac/docker-mdcheck:latest
......@@ -7,11 +10,12 @@ docs:
pylint:
stage: test
image: centos/python-27-centos7
script:
- pylint --max-module-lines=3000 *.py
shellcheck:
stage: test
image: koalaman/shellcheck:latest
image: davidhrbac/docker-shellcheck:latest
script:
- 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