From 89a09573d6c2ceac706cc5ae896f0428494cf84a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 1 Feb 2020 18:58:07 +0100 Subject: [PATCH] drone config --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..091040d --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +kind: pipeline +type: docker +name: default + +steps: +- name: + image: ubuntu + commands: + - apt update && apt upgrade -y && apt install -y w3c-markup-validator + +trigger: + branch: + - master