Compare commits

..

7 commits

Author SHA1 Message Date
0796af1485 WIP: cli: ???
All checks were successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
2024-06-19 07:03:25 +01:00
2851059fd6 WIP: server: ??? 2024-06-19 07:03:17 +01:00
bc338d7703 WIP: repo-actor: ??? 2024-06-19 07:03:08 +01:00
a9b35bdac5 WIP: forgejo: ??? 2024-06-19 07:03:01 +01:00
74cf9a5d53 WIP: forgejo: ??? 2024-06-19 07:02:49 +01:00
ac1baf8db0 WIP: git: use newtype 2024-06-19 07:02:35 +01:00
28c8f6ebdf WIP: config: use newtype 2024-06-19 07:02:18 +01:00

View file

@ -4,7 +4,7 @@
# Complete help on configuration: https://dystroy.org/bacon/config/
default_job = "check"
# reverse = true
reverse = true
[jobs.check]
command = ["cargo", "check", "--color", "always"]
@ -48,7 +48,7 @@ need_stdout = false
[jobs.doc-open]
command = ["cargo", "doc", "--color", "always", "--no-deps", "--open"]
need_stdout = false
on_success = "back" # so that we don't open the browser at each change
on_success = "back" # so that we don't open the browser at each change
# You can run your application and have the result displayed in bacon,
# *if* it makes sense for this crate. You can run an example the same
@ -57,7 +57,7 @@ on_success = "back" # so that
# If you want to pass options to your program, a `--` separator
# will be needed.
[jobs.run]
command = ["cargo", "run", "--color", "always"]
command = [ "cargo", "run", "--color", "always" ]
need_stdout = true
allow_warnings = true