JOJ3-config-generator/tests/basic/repo.toml
李衍志523370910113 d73f7da2e2
Some checks failed
build / build (push) Failing after 1m1s
build / build (pull_request) Failing after 1m5s
fix: immutable repo tom
2024-10-26 15:56:11 +08:00

11 lines
269 B
TOML

teaching_team = ["prof_john", "ta_alice", "ta_bob"]
max_size = 50.5
release_tags = ["v1.0", "v2.0", "final"]
sandbox_token = "test"
[files]
whitelist_patterns = ["*.py", "*.txt", "*.md"]
whitelist_file = ".whitelist"
required = ["main.py", "README.md"]
immutable = []