Compare commits
1 Commits
subscripti
...
master
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c88fcd5950 |
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user