1
Fork 0
bautils/Makefile.toml

14 lines
186 B
Makefile
Raw Normal View History

2024-01-22 11:30:33 +00:00
# Do a full check of everything.
2023-10-31 13:51:57 +00:00
[tasks.complete-check]
2024-01-22 11:30:33 +00:00
dependencies = [
"clean",
"format",
"check",
"clippy",
"test",
"docs",
"build",
"audit-flow",
"outdated-flow"
2023-10-31 13:51:57 +00:00
]