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:
|
pipeline:
|
||||||
lint:
|
lint:
|
||||||
image: rust:alpine
|
image: rustlang/rust:nightly-alpine
|
||||||
commands:
|
commands:
|
||||||
- rustup component add rustfmt
|
|
||||||
- cargo fmt --check
|
- cargo fmt --check
|
||||||
test:
|
test:
|
||||||
image: rust:alpine
|
image: rust:alpine
|
||||||
|
|
Loading…
Reference in a new issue