summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.woodpecker.yaml4
-rw-r--r--src/main.rs1
2 files changed, 2 insertions, 3 deletions
diff --git a/.woodpecker.yaml b/.woodpecker.yaml
index 85f4d2d..c3cc1ab 100644
--- a/.woodpecker.yaml
+++ b/.woodpecker.yaml
@@ -34,8 +34,8 @@ jobs:
- name: Check formatting
run: cargo fmt --all -- --check
- # - name: Lint with clippy
- # run: cargo clippy -- -D warnings
+ - name: Lint with clippy
+ run: cargo clippy -- -D warnings
- name: Build
run: cargo build --verbose
diff --git a/src/main.rs b/src/main.rs
index 37bd70a..e4d4fd4 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -132,7 +132,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
}
}
}
- // --- Integration ends here ---
return Ok(());
}
Commands::Uninstall { pkgname } => {