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
CARGO_HOME: .cargo_home
commands:
# need make existing toolchain available
- cargo +nightly fmt -- --check
- rustup component add rustfmt
- cargo fmt --check
cargo_machete:
image: docker.io/rustlang/rust:nightly