From ca261a0a7ece3c9c075d4812f4439ccb6b0de3f8 Mon Sep 17 00:00:00 2001 From: Davide Polonio Date: Sat, 5 Dec 2020 12:21:19 +0100 Subject: [PATCH] Add first Drone-CI integration --- .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..7c009f4 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +type: docker +name: default + +steps: + - name: Lint Check + image: sdesbure/yamllint + commands: + - yamllint **/*.y?ml