stream_tools/.drone.yml

10 lines
110 B
YAML
Raw Normal View History

2021-03-31 04:40:42 +02:00
---
kind: pipeline
name: lint
steps:
- name: python lint
image: cytopia/pylint
commands:
- pylint *.py