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:
|
||||
test:
|
||||
lint:
|
||||
image: rust
|
||||
environment:
|
||||
RUST_BACKTRACE: 1
|
||||
|
|
@ -7,5 +7,7 @@ steps:
|
|||
commands:
|
||||
- rustup default stable
|
||||
- cargo fmt --check
|
||||
- cargo clippy
|
||||
failure: ignore # TODO: remove this when all clippy problems were addressed
|
||||
when:
|
||||
event: [pull_request, push, tag]
|
||||
|
|
|
|||
Loading…
Reference in New Issue