Added drone config for pylint

master
Felix Stupp 4 years ago
parent 748edeb53d
commit fa33a7832c
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -0,0 +1,11 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: pylint
image: cytopia/pylint
failure: ignore
commands:
- pylint jsoncache
Loading…
Cancel
Save