diff --git a/.woodpecker.yml b/.woodpecker.yml index c17a1b3..63e0fbb 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,9 +1,9 @@ steps: - - name: build - image: ubuntu_latest - commands: - - echo "Hello, World!" - when: - - event: push - branches: - - test \ No newline at end of file + - name: build + image: ubuntu + commands: + - echo "Hello, World!" + when: + - event: push + branches: + - test