diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..bacdd3c --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +--- +kind: pipeline +type: exec +name: default +steps: +- name: install dependencies + commands: + - dnf install -y python3 findutils + - pip3 install -U ansible-lint +- name: lint check + commands: + - ansible-lint \ No newline at end of file