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/ # Complete help on configuration: https://dystroy.org/bacon/config/
default_job = "check" default_job = "check"
# reverse = true reverse = true
[jobs.check] [jobs.check]
command = ["cargo", "check", "--color", "always"] command = ["cargo", "check", "--color", "always"]