JOJ3-config-generator/tests/convert/basic/repo.toml
李衍志523370910113 f72189dc81
All checks were successful
build / build (push) Successful in 2m30s
build / trigger-build-image (push) Successful in 12s
feat: support overwrite of groups & max_total_score in task.toml (#22)
support #21

Reviewed-on: #22
Co-authored-by: jon-lee <jon-lee@sjtu.edu.cn>
Co-committed-by: jon-lee <jon-lee@sjtu.edu.cn>
2025-06-10 15:39:12 +08:00

17 lines
370 B
TOML

grading-repo-name = "ece280-joj"
sandbox-token = "test"
# reconfigure later
max-total-score = 1000
max-size = 50.5
# 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"]