Update JOJ3 Configuration Schema

manuel 2024-10-04 09:32:01 +08:00
parent 2069e69325
commit 322f1e8f28

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