Skip to content
Snippets Groups Projects
Commit c569296c authored by dd-17-36-35's avatar dd-17-36-35
Browse files

Merge branch 'ci' into 'master'

fix ci

See merge request !2
parents ebf6f3c9 a91bc003
No related branches found
No related tags found
1 merge request!2fix ci
Pipeline #
......@@ -2,4 +2,10 @@ pilint:
stage: test
image: davidhrbac/docker-pycheck:latest
script:
- pylint *.py
\ No newline at end of file
- pylint *.py
shellcheck:
stage: test
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