From 198353d6b9f3209a7c7097f4e4a886bdaac3c019 Mon Sep 17 00:00:00 2001 From: pictuga Date: Wed, 8 Sep 2021 21:24:50 +0200 Subject: [PATCH] ci/cd attempt --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..318fb87 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +name: default + +steps: +- name: lint + image: python:alpine + commands: + - pip install isort + - isort --check-only --diff --recursive .