mirror of https://codeberg.org/topola/topola.git
fix ci
This commit is contained in:
parent
b2d480496b
commit
9259c22755
|
|
@ -6,6 +6,7 @@ steps:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
commands:
|
commands:
|
||||||
- rustup default stable
|
- rustup default stable
|
||||||
|
- rustup component add rustfmt clippy
|
||||||
- cargo fmt --check
|
- cargo fmt --check
|
||||||
- cargo clippy
|
- cargo clippy
|
||||||
failure: ignore # TODO: remove this when all clippy problems were addressed
|
failure: ignore # TODO: remove this when all clippy problems were addressed
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue