This commit is contained in:
parent
c808018c21
commit
ea3d47a9bc
@ -12,6 +12,6 @@ steps:
|
|||||||
image: python:3.7-slim-buster
|
image: python:3.7-slim-buster
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install pylint
|
- apt install -y pylint
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
- pylint *.py
|
- pylint *.py
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user