spiegel/internal/config/test_resources/valid.toml
Ada 8f63ef0401
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/lint Pipeline failed
🎉 First commit
2024-04-04 01:19:56 +02:00

13 lines
246 B
TOML

clonedirectory = "archive/"
[log]
level = "WARN"
file = "log.txt"
[[RepoList]]
URL = "https://github.com/torvalds/linux/"
name = "linux"
[[RepoList]]
URL = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
name = "linuxtwo"