From dd019187da7f672d1c0138f21352b8e41719f680 Mon Sep 17 00:00:00 2001 From: Alex Blackie Date: Tue, 3 Sep 2024 14:09:05 -0400 Subject: [PATCH] Add Woodpecker CI lint config --- .woodpecker/lint.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .woodpecker/lint.yaml diff --git a/.woodpecker/lint.yaml b/.woodpecker/lint.yaml new file mode 100644 index 0000000..9d08efa --- /dev/null +++ b/.woodpecker/lint.yaml @@ -0,0 +1,13 @@ +--- + +when: + - event: push + branch: main + - event: pull_request + +steps: + - name: lint + image: python:3.20-alpine + commands: + - pip install -r requirements.txt + - ansible-lint