fix(ci): typing

This commit is contained in:
Barrett Ruth 2025-10-05 23:57:01 -04:00
parent 6ae9488761
commit e36a40a9ac

View file

@ -30,6 +30,7 @@ local function is_metadata_ready(cd)
and #cd.problems > 0 and #cd.problems > 0
and type(cd.index_map) == 'table' and type(cd.index_map) == 'table'
and next(cd.index_map) ~= nil and next(cd.index_map) ~= nil
or false
end end
---@param platform string ---@param platform string