Skip to content

Commit

Permalink
ci: align clippy checks and fixup (GreptimeTeam#3868)
Browse files Browse the repository at this point in the history
* fix: make clippy

* fix: use make in CI
  • Loading branch information
shuiyisong authored May 7, 2024
1 parent 5303537 commit 1b93a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jobs:
# Shares with `Check` job
shared-key: "check-lint"
- name: Run cargo clippy
run: cargo clippy --workspace --all-targets -- -D warnings
run: make clippy

coverage:
if: github.event.pull_request.draft == false
Expand Down
1 change: 1 addition & 0 deletions src/servers/src/http/pprof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pub mod handler {
use axum::extract::Query;
use axum::http::StatusCode;
use axum::response::IntoResponse;
use common_telemetry::info;
use schemars::JsonSchema;
use serde::{Deserialize, Serialize};
use snafu::ResultExt;
Expand Down

0 comments on commit 1b93a02

Please sign in to comment.