From b685c1027e2e6537d9b654208d32809479dc4f8b Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Thu, 1 Sep 2022 09:16:08 -0500 Subject: [PATCH] Add test drone.yml --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..160218f --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +--- +kind: pipeline +name: default + +steps: + - name: lint + image: python + commands: + - pip install yamllint + - pip install ansible-lint + - yamllint . + - ansible-lint .