added .drone.yml

This commit is contained in:
Paul 2022-06-08 23:48:48 +02:00
parent 4cb3cc6d49
commit 1392cf0c20

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: Salt lint
image: python
commands:
- apt-get update -y
- apt-get upgrade -y
- pip3 install salt-lint
- salt-lint states