ci: lint with clippy

This commit is contained in:
Joseph Cruz 2023-07-19 08:44:36 -04:00
parent fb52cfa73e
commit 771dfa6b68
2 changed files with 1 additions and 4 deletions

View file

@ -1,4 +1,4 @@
[tasks.check-style] [tasks.lint]
dependencies = ["check-format-flow", "clippy-each-feature"] dependencies = ["check-format-flow", "clippy-each-feature"]
[tasks.check-format] [tasks.check-format]

View file

@ -13,6 +13,3 @@ RUSTFLAGS = "-D warnings"
[tasks.ci] [tasks.ci]
dependencies = ["lint", "test"] dependencies = ["lint", "test"]
[tasks.lint]
dependencies = ["check-format-flow"]