Skip to content
Snippets Groups Projects

Add py script

Merged Marek Chrastina requested to merge code into master
Compare and
2 files
+ 83
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 9
0
@@ -6,3 +6,12 @@ mdcheck:
@@ -6,3 +6,12 @@ mdcheck:
image: it4innovations/docker-mdcheck:latest
image: it4innovations/docker-mdcheck:latest
script:
script:
- mdl *.md
- mdl *.md
 
 
pylint:
 
stage: test
 
image: it4innovations/docker-pycheck:latest
 
script:
 
- export PYTHONIOENCODING=UTF-8
 
- export LC_CTYPE=en_US.UTF-8
 
- if [ -f pip-upgradedependencies.egg-info/requires.txt ]; then pip install $(paste -d " " -s pip-upgradedependencies.egg-info/requires.txt); fi
 
- pylint $(find . -type f -name "*.py")
Loading