ci/cd attempt

master
pictuga 2021-09-08 21:24:50 +02:00
parent 0b3e6d7749
commit 198353d6b9
1 changed files with 9 additions and 0 deletions

9
.drone.yml 100644
View File

@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: lint
image: python:alpine
commands:
- pip install isort
- isort --check-only --diff --recursive .