1
Fork 0
This repository has been archived on 2025-07-21. You can view files and clone it, but cannot push or open issues or pull requests.
interlinked/Makefile.toml

17 lines
237 B
TOML

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