woodpecker: install rustfmt
This commit is contained in:
parent
3700c0ff49
commit
3b8876f39e
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ pipeline:
|
|||
build:
|
||||
image: rust
|
||||
commands:
|
||||
- rustup component add rustfmt
|
||||
- cargo --version
|
||||
- cargo fmt --check
|
||||
- cargo build
|
||||
|
|
Loading…
Reference in a new issue