JOJ3-config-generator/tests/convert/basic/repo.toml
张泊明518370910136 dc7682a94f
All checks were successful
build / build (push) Successful in 2m0s
build / trigger-build-image (push) Successful in 11s
refactor: move score, max-size, immutable-path to health-check
2025-07-01 00:20:37 -04:00

19 lines
429 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"
# for tests
[groups]
name = ["joj", "run"]
max-count = [1000, 1000]
time-period-hour = [24, 24]
[files]
required = ["README.md", "Changelog.md"]
immutable = [".gitignore", ".gitattributes",".gitea/workflows/push.yaml", ".gitea/workflows/release.yaml"]