JOJ3-config-generator/tests/convert/basic/repo.toml

19 lines
400 B
TOML

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