JOJ3-config-generator/tests/basic/repo.toml
李衍志523370910113 f47fb81287
Some checks failed
build / build (push) Failing after 1m38s
feat: migrate repo & init classes
2024-10-23 18:53:41 +08:00

11 lines
328 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 = [".gitignore", ".gitattributes", "push.yaml", "release.yaml"]