CI: Use nightly for rustfmt
ci/woodpecker/push/woodpecker Pipeline is pending Details

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-01-08 21:37:32 +01:00
parent 198fea5a69
commit 28580640b3
Signed by: pep
GPG Key ID: DEDA74AEECA9D0F2
1 changed files with 1 additions and 2 deletions

View File

@ -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