From fa8751c97340b3b99e755520e926ba3b598f6d52 Mon Sep 17 00:00:00 2001 From: Sergey Vanyushkin Date: Sun, 19 Apr 2026 12:08:15 +0300 Subject: [PATCH] [Lint] add pipeline [+] Add lint pipeline for testing --- .woodpecker/python_lints.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .woodpecker/python_lints.yaml diff --git a/.woodpecker/python_lints.yaml b/.woodpecker/python_lints.yaml new file mode 100644 index 0000000..b98b76f --- /dev/null +++ b/.woodpecker/python_lints.yaml @@ -0,0 +1,10 @@ +when: + - event: push + branch: main + +steps: + - name: build + image: debian + commands: + - echo "This is the build step" + - echo "binary-data-123" > executable