For now? I'm experimenting on an old concept.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

meta: check-server doesn't succeed if client isn't built.

+2 -1
+2 -1
mise/tasks/check.toml
··· 1 1 # Check/lint/test-related tasks for Lumina 2 2 [check] 3 3 description = "Run the check command on both server and client." 4 - depends = ["check-server", "check-client"] 4 + run = { tasks = ["check-server", "check-client"] } 5 5 6 6 [check-server] 7 + depends = ["build-client"] 7 8 hide = true 8 9 run = "cargo check" 9 10 dir = "./server"