This commit is contained in:
parent
46883644b2
commit
584ad86f33
@ -9,8 +9,10 @@ platform:
|
|||||||
steps:
|
steps:
|
||||||
- name: syntax
|
- name: syntax
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
image: python:3.7
|
image: python:3.7-alpine
|
||||||
commands:
|
commands:
|
||||||
|
- apk update
|
||||||
|
- apk add build-base
|
||||||
|
- pip3 install -U pylint
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
- apt install -y pylint
|
|
||||||
- pylint *.py
|
- pylint *.py
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user