mirror of https://codeberg.org/topola/topola.git
also run clippy
This commit is contained in:
parent
1302c91b7b
commit
b2d480496b
|
|
@ -1,5 +1,5 @@
|
||||||
steps:
|
steps:
|
||||||
test:
|
lint:
|
||||||
image: rust
|
image: rust
|
||||||
environment:
|
environment:
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
|
|
@ -7,5 +7,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- rustup default stable
|
- rustup default stable
|
||||||
- cargo fmt --check
|
- cargo fmt --check
|
||||||
|
- cargo clippy
|
||||||
|
failure: ignore # TODO: remove this when all clippy problems were addressed
|
||||||
when:
|
when:
|
||||||
event: [pull_request, push, tag]
|
event: [pull_request, push, tag]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue