Do lint in Drone
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Vegard Berg 2022-10-16 18:23:35 +02:00
parent c03a47a5f6
commit bf62c84cfb
Signed by: myrkvi
GPG Key ID: BFE35EA1A44D5E40
1 changed files with 8 additions and 1 deletions

View File

@ -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