1
Fork 0
bautils/Makefile.toml

14 lines
186 B
TOML

# Do a full check of everything.
[tasks.complete-check]
dependencies = [
"clean",
"format",
"check",
"clippy",
"test",
"docs",
"build",
"audit-flow",
"outdated-flow"
]