diff --git a/.woodpecker.yml b/.woodpecker.yml index b5cb809..31cc417 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,9 +2,8 @@ pipeline: lint: - image: rust:alpine + image: rustlang/rust:nightly-alpine commands: - - rustup component add rustfmt - cargo fmt --check test: image: rust:alpine