ci/cd attempt
continuous-integration/drone/push Build is failing Details

pictuga 2021-09-08 21:24:50 +02:00
parent 69cdf05341
commit 57bd94d42f
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 .