Add woodpecker ci config #3

Merged
kemitix merged 3 commits from woodpecker-ci into main 2023-03-24 09:41:50 +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