mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
ci: lint with clippy
This commit is contained in:
parent
fb52cfa73e
commit
771dfa6b68
2 changed files with 1 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
[tasks.check-style]
|
||||
[tasks.lint]
|
||||
dependencies = ["check-format-flow", "clippy-each-feature"]
|
||||
|
||||
[tasks.check-format]
|
||||
|
|
|
@ -13,6 +13,3 @@ RUSTFLAGS = "-D warnings"
|
|||
|
||||
[tasks.ci]
|
||||
dependencies = ["lint", "test"]
|
||||
|
||||
[tasks.lint]
|
||||
dependencies = ["check-format-flow"]
|
||||
|
|
Loading…
Reference in a new issue