We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b517617 commit cb8d720Copy full SHA for cb8d720
.mise.toml
@@ -21,6 +21,7 @@ run = [
21
]
22
23
[tasks.check]
24
+wait_for = ["generate"]
25
run = "cargo hack check --each-feature"
26
27
# no uncommitted changes on sdk (generated code)
@@ -40,6 +41,7 @@ cargo deny --workspace --all-features \
40
41
"""
42
43
[tasks."lint:cargo_clippy"]
44
45
run = "cargo clippy --workspace --all-features --no-deps --all-targets -- --deny warnings"
46
47
[tasks."lint:toml"]
0 commit comments