Do lint in Drone
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
This commit is contained in:
parent
c03a47a5f6
commit
bf62c84cfb
|
@ -12,4 +12,11 @@ steps:
|
|||
image: alpine
|
||||
commands:
|
||||
- echo hello
|
||||
- echo world
|
||||
- echo world
|
||||
|
||||
- name: Pylint
|
||||
image: python:alpine
|
||||
commands:
|
||||
- pip install poetry
|
||||
- poetry install
|
||||
- poetry run pylint heimdallr
|
Loading…
Reference in New Issue