From d6e5a66c1ea25dcae5ecd56c600d7107189380fb Mon Sep 17 00:00:00 2001 From: Aeddis Date: Thu, 26 Sep 2024 15:40:13 +0200 Subject: [PATCH] Fix lint --- .woodpecker/main.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.woodpecker/main.yaml b/.woodpecker/main.yaml index ad9a3de..f1a595e 100644 --- a/.woodpecker/main.yaml +++ b/.woodpecker/main.yaml @@ -3,11 +3,12 @@ when: event: - push - pull_request - branch: + branch: - main - ci/fix_woodpecker steps: - - name: build + - name: build image: debian commands: - - echo "This is the build step" \ No newline at end of file + - echo "This is the build step" + - echo "binary-data-123" > executable