ovh-scripts/.drone.yml
Kirby 43a2ddc152
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Adding architecture to drone config
2020-11-28 18:12:36 +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