JOJ3-config-generator/tests/convert/basic/repo.toml
张泊明518370910136 8f96115e6e
All checks were successful
build / build (push) Successful in 1m40s
build / trigger-build-image (push) Successful in 10s
refactor: files.required -> health-check.required-files
2025-07-01 00:35:42 -04:00

16 lines
332 B
TOML

grading-repo-name = "ece280-joj"
sandbox-token = "test"
# reconfigure later
max-total-score = 1000
health-check.max-size = "50.5m"
health-check.immutable-path = "immutable"
health-check.required-files = ["README.md", "Changelog.md"]
# for tests
[groups]
name = ["joj", "run"]
max-count = [1000, 1000]
time-period-hour = [24, 24]