From 2069e69325dcf25780492adde77864f2e58aa0a6 Mon Sep 17 00:00:00 2001 From: manuel Date: Fri, 4 Oct 2024 09:31:24 +0800 Subject: [PATCH] Update JOJ3 Configuration Schema --- JOJ3-Configuration-Schema.md | 1 + 1 file changed, 1 insertion(+) diff --git a/JOJ3-Configuration-Schema.md b/JOJ3-Configuration-Schema.md index 404f682..8cac0bd 100644 --- a/JOJ3-Configuration-Schema.md +++ b/JOJ3-Configuration-Schema.md @@ -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]