Skip to content

Commit

Permalink
ci: add lint-ci make command
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Sep 20, 2023
1 parent 4fc1a4c commit f9d13a0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,20 @@ args = [
]
env = { SQLX_OFFLINE = "true" }

[tasks.lint-ci]
command = "cargo"
args = [
"clippy",
"--tests",
"--examples",
"--all-targets",
"--all-features",
"--workspace",
"--",
"-D",
"warnings",
]

[tasks.sort-deps]
command = "cargo"
args = [
Expand Down

0 comments on commit f9d13a0

Please sign in to comment.