rewrite woodpecker-ci to publish to crates.io #8

Merged
kemitix merged 14 commits from woodpecker-ci into main 2024-02-26 10:36:03 +00:00
Showing only changes of commit 3cc1b6743c - Show all commits

View file

@ -27,8 +27,8 @@ steps:
# store cargo data in repo folder so that it gets cached between steps # store cargo data in repo folder so that it gets cached between steps
CARGO_HOME: .cargo_home CARGO_HOME: .cargo_home
commands: commands:
# need make existing toolchain available - rustup component add rustfmt
- cargo +nightly fmt -- --check - cargo fmt --check
cargo_machete: cargo_machete:
image: docker.io/rustlang/rust:nightly image: docker.io/rustlang/rust:nightly