CI/CD: Add clippy and update actions

* Add clippy to CI.

* Update .github/workflows/ci.yml

* Update .github/workflows/ci.yml

* Use `cargo check` instead of `cargo build`

* Update CD workflow

---------

Co-authored-by: Henrik Friedrichsen <henrik@affekt.org>
This commit is contained in:
Thomas Frans
2023-02-28 22:49:32 +01:00
committed by GitHub
parent 879d8e8e04
commit 9ca72e391d
3 changed files with 65 additions and 35 deletions

View File

@@ -151,7 +151,7 @@ impl CoverView {
if ueberzug.is_none() {
*ueberzug = Some(
std::process::Command::new("ueberzug")
.args(&["layer", "--silent"])
.args(["layer", "--silent"])
.stdin(Stdio::piped())
.stdout(Stdio::piped())
.spawn()?,