CI: Use nightly for rustfmt
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
198fea5a69
commit
28580640b3
1 changed files with 1 additions and 2 deletions
|
@ -2,9 +2,8 @@
|
|||
|
||||
pipeline:
|
||||
lint:
|
||||
image: rust:alpine
|
||||
image: rustlang/rust:nightly-alpine
|
||||
commands:
|
||||
- rustup component add rustfmt
|
||||
- cargo fmt --check
|
||||
test:
|
||||
image: rust:alpine
|
||||
|
|
Loading…
Reference in a new issue