fix(ci): more luacats annotations
This commit is contained in:
parent
ae83a9cf64
commit
ffc35ff2b2
1 changed files with 2 additions and 2 deletions
|
|
@ -81,8 +81,8 @@ local function parse_test_cases_from_files(input_file, expected_file)
|
||||||
return { create_test_case(1, input_content, expected_content) }
|
return { create_test_case(1, input_content, expected_content) }
|
||||||
end
|
end
|
||||||
|
|
||||||
---@param ctx table
|
---@param ctx ProblemContext
|
||||||
---@param contest_config table
|
---@param contest_config ContestConfig
|
||||||
---@param test_case TestCase
|
---@param test_case TestCase
|
||||||
---@return table
|
---@return table
|
||||||
local function run_single_test_case(ctx, contest_config, test_case)
|
local function run_single_test_case(ctx, contest_config, test_case)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue