diff --git a/.woodpecker.yml b/.woodpecker.yml index 5941af9..45249c4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,12 +1,12 @@ -when: - - event: pull_request - repo: kemitix/podal - - event: push - branch: main steps: build: image: rust:latest pull: true + when: + - event: pull_request + repo: kemitix/podal + - event: push + branch: main commands: - rustup component add rustfmt clippy - cargo --version