ovh-scripts/.drone.yml
Kirby 72530e2db5
Some checks reported errors
continuous-integration/drone/push Build encountered an error
fixing image name in drone config
2020-11-28 18:14:39 +01:00

16 lines
207 B
YAML

kind: pipeline
type: docker
name: syntax
platform:
os: linux
arch: arm
steps:
- name: syntax
pull: if-not-exists
image: python:3-7
commands:
- pip3 install -r requirements.txt
- pylint *.py