ci: install clippy

This commit is contained in:
Joseph Cruz
2023-07-19 08:54:05 -04:00
parent 771dfa6b68
commit 105ef989b7

View File

@@ -6,5 +6,6 @@ env = { LEPTOS_PROJECT_DIRECTORY = "../" }
args = ["fmt", "--", "--check", "--config-path", "${LEPTOS_PROJECT_DIRECTORY}"]
[tasks.clippy-each-feature]
dependencies = ["install-clippy"]
command = "cargo"
args = ["hack", "clippy", "--all", "--each-feature", "--no-dev-deps"]