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 3b8876f39e - Show all commits

View file

@ -2,6 +2,7 @@ pipeline:
build:
image: rust
commands:
- rustup component add rustfmt
- cargo --version
- cargo fmt --check
- cargo build