Update JOJ3 Configuration Schema

manuel 2024-10-04 09:31:24 +08:00
parent c5e6e7b5c6
commit 2069e69325

@ -66,6 +66,7 @@ Basic idea:
- test cases can be individually configured if necessary
```toml
task="Homework 1 exercise 2" # used for `comment` field in `json` config file
stages = [ "compile", "code_quality", "joj" ] # list of stages, can feature a unique stage
[compile]