Compare commits

...

1 Commits

Author SHA1 Message Date
Wolfgang Hottgenroth
c88fcd5950 drop code check 2022-03-03 17:24:58 +01:00

View File

@ -2,16 +2,6 @@ stages:
- check
- release
build:
stage: check
image: registry.hottis.de/dockerized/base-build-env:1.5.2-bullseye
tags:
- bash
- linux
- docker
script:
- for I in src/*.py; do python -m py_compile $I; done
- for I in src/*.py; do python -m pycodestyle --max-line-length=120 $I; done
check:
stage: check