This commit is contained in:
parent
24057bf533
commit
d7a483f386
1 changed files with 9 additions and 0 deletions
9
.drone.yml
Normal file
9
.drone.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
kind: pipeline
|
||||
name: lint
|
||||
|
||||
steps:
|
||||
- name: python lint
|
||||
image: cytopia/pylint
|
||||
commands:
|
||||
- pylint *.py
|
Loading…
Reference in a new issue